PhP help! Where do I place my Php files?

  • Thread starter Thread starter mr.verdict
  • Start date Start date
M

mr.verdict

Guest
I have installed Apache lite ( portable sever), it runs okay. But I don't know where to place my PhP files, for it to recognise it.
THANKS, IT WORKED

I DON'T NO HOW TO THANK YOU ^__^
 
you must place them in a folder, then put it in the www folder. looks like this:

udrive\www\

so, it your folder containing php files is MYSITE

it should look like this;

udrive\www\mysite

on browser's address bar, type:
http://localhost/mysite

also, check if your apache lite server is running. you can see it on the control panel. (bring it up by double clicking the icon on systray)
 
Back
Top