View Full Version : php...


yamachi
03-10-2003, 01:23 AM
does anyone know a good site like this where i can learn php...? i just wanna know this language...

epolady
03-10-2003, 01:48 AM
http://search.yahoo.com/bin/search?p=php
http://www.lissaexplains.com/forum//search.php?s=&action=showresults&searchid=54008&sortby=lastpost&sortorder=descending

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=php

Ökii
03-10-2003, 09:53 AM
Most PHP tutorials currently available on the net are out of date due to the way they access variables - you should be aware of that before rtying any of them.

http://www.devshed.com/Server_Side/PHP/PHP101

5 very basic tutorials to get you used to the syntaxes etc. Old use of global variables though.

There are numerous forums with active PHP communities such as

http://www.sitepointforums.com/index.php?s= - huge, though not really geared toward newbies
http://www.devnetwork.net/forums/index.php - quite useful
http://board.php-princess.net/index.php - just for amateurs, not useful after a few months of developing.

There are obviously many more, just seek them out.

note: read the first 4 sticky threads at http://www.devnetwork.net/forums/viewforum.php?f=1 for an idea about super globals and variable access syntaxes.