View Full Version : Php


Elentari
05-07-2003, 04:07 AM
I don't know a single thing about PHP but I'm confident I can teach myself enough if I have the proper site to learn from (I learned all my HTML, CSS and Javascript online too...thank god for teaching sites!!!!!!)................

Any suggestions anyone has on sites that start out super simple and teach you PHP? Keep in mind I know...well...nothing. =)

Dude128
05-07-2003, 04:21 AM
sounds like the introductory tutorial at http://www.php.net would be perfect :)

from there you can move on to the full documentation at the same site, or try tutorials from http://www.sitepoint.com or http://www.devshed.com

Elentari
05-07-2003, 04:27 AM
Super!!! Thanks =) How long did it take you to get through PHP? (That's assuming you know it since you pointed me to the sites)...Is it difficult or mostly memory work (like I found CSS and HTML to be)

Dude128
05-07-2003, 04:31 AM
I know some PHP, but not all that much.

I found it fairly easy, but that was because I had some previous programming experience in C/C++, and PHP is very similar in syntax to C.

once you get used to some basic syntax, it probably won't be too bad :)

Xiphias
05-07-2003, 11:35 AM
I found PHP very confusing :confused: