Page 1 of 1

php tutorials

Posted: Wed Jul 03, 2002 12:27 pm
by cheatboy00
well i suck o.k. i thought i might be o.k. at it but damn i'm having lots of trouble...

anyway what little php i know i learned from webmonkey.com, i've tried to learn from the php manual at php.net but its not what i'm used to i need more text to explain things and ideas on how it could be used, like what i mena is i need structure (it has it just not the kind i want), see the php manual doesnt tell you where to go next, all they have is just code and how to use it, and how am i surpose to find out what function do i use for this specific thing i'm about to do...

wel if oyu understood anythign just just said up there, my question is, is there any php tutorial on the net that i could go and read....

Posted: Wed Jul 03, 2002 12:29 pm
by RandomEngy
Have you checked out the tutorials at http://www.phpcomplete.com ?

Posted: Wed Jul 03, 2002 12:32 pm
by hob_goblin
i always found that the names of functions were kind of helpful.. for instance a while back i needed to find if a value was in an array so i searched on "in array" and found the function in_array()

Posted: Wed Jul 03, 2002 1:06 pm
by martin
I'd really recommend getting a good book. Yes I know there are many good tutorials out there but they are spread around, written by diff people with diff coding styles. I learnt from "Professional PHP Programming" from Wrox press and still use it as a reference.