Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top