php help

Status
Not open for further replies.

ben_ben

In Runtime
Messages
350
i want to begin php but i dont know where to start can someone help me amke a proxy website?
 
This is the most anticipated step of any language, and for PHP is as follows:
PHP:
<?php
echo "Hello World!";
?>

If you want to just get PHP running on your local machine, as a web server, try WAMP (http://www.wampserver.com/en/), it'll get you up 'n running in a few minutes.
 
A google search for PHP tutorial will yield countless results. I recommend devshed, they have a lot of them up.
 
Status
Not open for further replies.
Back
Top Bottom