Saturday, December 3, 2011

php not working

Good site to know about PHP


http://php.about.com/od/programingglossary/g/server_side.htm



You've gone through our tutorial and written your first PHP program, but when you go to run it all you see in your browser is the code, the program doesn't actually run. What went wrong? Well the most common reason for this is that you are trying to run it somewhere that doesn't support PHP.

If you are running PHP on a web server, make sure you have a host who is setup to run PHP. If you aren't sure, the bests way to find out is to simply e-mail them and ask.

If you are running your PHP script on a Windows computer, you need to manually install PHP. Once it is installed your browser should run your PHP programs directly from your computer.

No comments:

Post a Comment