Donate SIGN UP

Php Browser support

Avatar Image
Cyber | 21:19 Sat 18th Mar 2006 | Technology
2 Answers

Hi, can anyone tell me how i can check if my computer / Browser suports php,


Also does anyone know of any website that can get me started in php very basic ( have not got a clue ), although i do know html.


Thanks



  
Gravatar

Answers

1 to 2 of 2rss feed

Best Answer

No best answer has yet been selected by Cyber. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.

PHP is not browser specific, so any should be fine!


You can download PHP here:


http://www.php.net/downloads.php


A good PHP tutorial is here:


http://www.w3schools.com/php/default.asp


If you are installing PHP on your own PC you will also need APACHE web server so that the browser can interpret the PHP code:


http://httpd.apache.org/download.cgi


That should at least get you started!


PHP is a language that runs on the server, not in the client browser. So, any browser will work with PHP, because it doesn't ever see the PHP.

This is a half-decent tutorial:
http://uk2.php.net/tut.php

As for books, in my opinion the best out there is "Programming PHP" by Rasmus Lerdorf. Btw, he's one of PHP's creators, so it should be pretty good ;)

1 to 2 of 2rss feed

Do you know the answer?

Php Browser support

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.