php tutorials

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
cheatboy00
Forum Contributor
Posts: 151
Joined: Sat Jun 29, 2002 10:36 am
Location: canada
Contact:

php tutorials

Post 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....
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

Have you checked out the tutorials at http://www.phpcomplete.com ?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post 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()
User avatar
martin
Forum Commoner
Posts: 33
Joined: Fri Jun 28, 2002 12:59 pm
Location: Cambridgeshire

Post 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.
Post Reply