PHP Basics - Know any good websites?

SlickAU

Member
Jul 3, 2005
84
0
0
Hey Everyone, :)

First of all does anyone know any good FREE web host services which support PHP?

Secondly, Im having troubles setting up Apache on my comp so that it can host files on my computer. If say (in Windows XP Pro), I created a page called "index.php" inside a folder called PHP Site, would all i have to do to view the page is right click>open with> Internet Explorer ? If not what would be the address that I would have to type in in IE?

Thanks Everyone,

Slick :cool:

 

vegetation

Diamond Member
Feb 21, 2001
4,270
2
0
Use your ip address in your browser to have the php interpreted; direct opening bypasses the web server completely. So http://127.0.0.1/filename.php would do it. If system on different computer in the lan, then use its lan ip accordingly.