• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP tutorials?

rapmaster

New Member
hey, I'm new to php, I'm writing basic little scripts like this:

Code:
<?
$numbera = 5;
$numberb = 8;
$name = "Eric";
$whatis = " is kool as shit!";

echo "<body><h1>Test</h1><br><br>";
echo "This is a test script!<br><br>";
echo ($numbera+$numberb);
echo "<br><br>";
echo $name;
echo $whatis;

?>

and amazing myself with it. Its kinda like CGI which I understand by my gay server wont let my cgi work so I need to figure out php. I was wondering if their are any good online tutorials for learning basic php stuff? If so please gimmi a url! Thx
 
you can find it on php.net
and if u search as "php tutorials" on yahoo.com u can find 1000's of tutorials(i always use this way)
 
Be sure to load the document.. the document of PHP is very good
[by faaaaaaaaa aaaaaaaaaaaaa aaaaaaa aaaaaaaaaaaaaa aaaaa aaaaaaaaaaaaaaaaaaa aaaaaaa aaaaaaaaaaaaa aaaaaaaaaaaaa aaaaaaaaaaaaaarrrrrrrrrr rrrrrrrrrr rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr greater than MSDN of VisualC++]

http://www.php.net/download-docs.php
 
Back
Top