View Single Post
Old Nov 10th, 2006, 12:42 AM   #6
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,667
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Do you recieve an error or just a blank page? if you get an error then something might need to be setup. I would look into the documentation for easy php and see if there is something that needs to be done. I will look into it. but I might not get to it until after this weekend as I won't be around. But I guess I would try and find where easyphp installed to and then find the htdocs directory and then replace what ever is in it with just a basic php script and see what happens when you go to localhost

index.php
[php]
<?php
echo 'Hello World!';
?>
[/php]

but other then that I guess the only thing I can recommend right now is to find the docs and read some. I will see where you are when I get back after this weekend.
Good Luck
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote