문제

I currently trying to get AJAX working in NetBeans with a php file like the one shown on my previous question.

I have now figured out I have to put my php file into a server folder. How do I go about doing that?

I'm currently using XAMPP within NetBeans.

도움이 되었습니까?

해결책

As far i understand your question, you are trying to find the xampp server directory path. If yes, then look for htdocs folder inside xampp installation directory. For example if you have installed your xampp in D://xampp then you have to put your php file inside D://xampp/htdocs/

Hope it helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top