redcap Posted June 23, 2010 Share Posted June 23, 2010 Learning PHP and 3 months ago installed EasyPHP and did some basic webpages. I.E. Hello world, find the circumference of a circle, etc. They all worked great. I got busy, and three months later returned to my old programs and they don't work on my side anymore? So I tried some generic webpages from the web and they didn't load up the PHP either. I have no idea what would have caused this, have searched for an answer but couldn't find any. Any thoughts of what might have caused my PHP to stop working, and what I could do to fix it? Thanks so much. Quote Link to comment Share on other sites More sharing options...
Maq Posted June 23, 2010 Share Posted June 23, 2010 What happens exactly? Do the apache error logs say anything? So I tried some generic webpages from the web and they didn't load up the PHP either. Not sure what this means. Quote Link to comment Share on other sites More sharing options...
redcap Posted June 23, 2010 Author Share Posted June 23, 2010 Concerning the question about generic webpages what I meant was things of this nature: <html> <head><title>Factorials</title></head> <body> <?php echo "hello word"; ?> </body> </html> Checked the error log and got various errors related to missing favicons, images, things of that nature, but they were all time stamped in the past and weren't related to the current webpage I was running. There were no current errors, nothing... I tried a javascript snippet to see if that worked, and it did, just not php. Quote Link to comment Share on other sites More sharing options...
redcap Posted June 24, 2010 Author Share Posted June 24, 2010 Okay after extensive research and testing I still don't have an answer to my problem, but I think I can ask the question better. I am not having issues viewing php enabled webpages online, it is only when I do a local view that the php doesn't show up. So I would assume that I have installed something incorrectly. I use EasyPHP and uninstalled and reinstalled it. Apache, PHP, PHP administration, and MYSQL were all installed but when I try to view a webpage in local view it still will not show the php portion of the page. Any ideas? Quote Link to comment Share on other sites More sharing options...
theinfamousmickey Posted August 27, 2010 Share Posted August 27, 2010 I'd recommend installing XAMPP on your system. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.