Support Forums
Resources to Learn PHP - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: Resources to Learn PHP (/showthread.php?tid=19514)

Pages: 1 2 3


RE: Resources to Learn PHP - +devilpsn - 06-28-2011

Thanks A Lot For This Appreciated!


RE: Resources to Learn PHP - sidorak95 - 06-28-2011

http://www.tizag.com/phpT/

You're missing one of the best sites. This one got me started on PHP and is very helpful.

Great list though, thanks a bunch!


RE: Resources to Learn PHP - BannedPoop - 06-29-2011

(06-28-2011, 05:35 PM)sidorak95 Wrote: http://www.tizag.com/phpT/

You're missing one of the best sites. This one got me started on PHP and is very helpful.

Great list though, thanks a bunch!

Added This one Big Grin
Thanx bro for telling me




RE: Resources to Learn PHP - Relapse - 07-13-2011

Will be using this for sure. I suck at php. Thanks man! =)


RE: Resources to Learn PHP - Richard Runz - 07-17-2011

Thanks for these, I was looking to learn another language.


RE: Resources to Learn PHP - BannedPoop - 07-23-2011

(07-17-2011, 01:23 AM)False Idol Wrote: Thanks for these, I was looking to learn another language.

good luck bro


RE: Resources to Learn PHP - +mK - 07-23-2011

Appreciate it mate, need to start getting into it. D:


RE: Resources to Learn PHP - BannedPoop - 07-23-2011

(07-23-2011, 06:46 AM)+mK Wrote: Appreciate it mate, need to start getting into it. D:

no problem bro
i'm glad you like it


RE: Resources to Learn PHP - crazygamer - 07-23-2011

Thanks for the list. Should help people...


RE: Resources to Learn PHP - BreShiE - 07-23-2011

I started to learn PHP but gave up on it, I just don't have the enthusiasm to carry on with it.

What I'v learned so far is variables, echo command I can't remember what else at the moment, but I'v learned quite a bit.


Code:
<?php
echo This would print the text after "echo"
?>