TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

php tutorials?

Page: 1 Reply
Jul 18th 2001#8831 Report
Member since: Jul 18th 2001
Posts: 2
anyone know a good site for php begginer ?
Reply with Quote Reply
Jul 18th 2001#8837 Report
Member since: Mar 18th 2001
Posts: 1452
Reply with Quote Reply
Jul 18th 2001#8838 Report
Member since: Jul 18th 2001
Posts: 2
ty so much for all the links :D
Reply with Quote Reply
Jul 18th 2001#8839 Report
Member since: Mar 18th 2001
Posts: 1452
No problem.

I forgot one: http://www.zend.com/
Reply with Quote Reply
Jul 22nd 2001#9435 Report
Member since: Jul 22nd 2001
Posts: 5
Reply with Quote Reply
Jul 23rd 2001#9490 Report
Member since: Mar 18th 2001
Posts: 1452
[quote]<?
$CoolArray = array(
"PHP" => "Cool",
"ASP" => "Sucks"
);
echo($CoolArray["PHP"]);
?>

Here we've created an array with 2 keys, called "PHP" and "ASP". The => lets you define the value for this element. We gave PHP the value "Cool", and gave ASP the value "Sucks" (well I'm just being realistic here :p). [/quote]haha!

Thanks for the link Gaz. Just another resource to add to the list. :D
Reply with Quote Reply
Jul 23rd 2001#9556 Report
Member since: Jul 22nd 2001
Posts: 5
It's a really good site to learn the basics from :D and it's not the boring tedious "Sample code and explaination". I wish there were more resources like this...
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum