help please

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
nick_101
Forum Newbie
Posts: 3
Joined: Thu Feb 06, 2003 10:00 am

help please

Post by nick_101 »

im going to let you know my background in computing in order for whoever it is to help me better.
im 16 years old and i know some of the following: html,javascript,C,css,and a bit of A+ and networking,
i recently enrolled myself into a webmaster course at my school (11th grade) i have been given a special project to do because im more advanced that the teacher itself along with the other students.
so basically im on my own. i was told to construct a site envolving php.

im asking anyone if they know any good tutorials as to where i can learn the basics of php because ive looked and havent found anything that teaches the real basics. Everyone i have been to Assumes that ive had 10 years of programming behind me and generally skips most steps, imnot asking for a quick fix and i dont wana spend my time stealing scripts, so if anyone could give me a url of a useful tutorial i would be really greatful.

thanx for youre time
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

if recommend the online manual, http://www.php.net/manual/en/
if read from the beginning one will learn much about the basics and insides of php.
nick_101
Forum Newbie
Posts: 3
Joined: Thu Feb 06, 2003 10:00 am

thanx

Post by nick_101 »

thanx a lot for youre reply, i really like the tutorial, ive never seen one that covers as much stuff as this, although im guessing this is only the beginning of php 8O
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

hm... I'm still using it, at least the reference part =]
There's a lot of information in there if you read it carefully. Sometimes (imho) the really important parts or common pitfalls are not stressed enough, but therefor you should also read the user contributed notes.
Post Reply