Ok, Its Time!

Lost is now ready to start learning PHP, from beginning to advandced.

Start me off in the right place!!!

here

Use google, search for ‘php tutorials’…good luck :wink:

the sticky thread in here has all the links…
it all depends what you want to learn it for?

PHP is a powerfull languages you have made a good choise

I didnt see that. LOL

www.php.net

and get a good book :slight_smile:

Ok. hehe. Yea this language seems pretty easy as a beginner. I know C, vb, C++ and this is very much like C.

Yeah, the basic stuff is pretty similar to other languages, the part where it starts getting a little tougher is database integration :wink:

OK… now, I find a huge problem in some example/tutorial websites. They can explain the easy stuff like nothing (well I probly already know it) but when they talk about other things, they through the WHOLE entir code at you, and just explain what it does. they dont explain why they use certain commands such as md5(BLAH); and why you have to set a timer and what happens when it expires etc. and why would you want it to expire, etc. hmmmmmm…

Well that’s only the tutorials fault. A good way to understand reasoning for using certain functions and variables as opposed to others is to do a function search at php.net
That site is awesome and has every php function on it with mulitple explanations and ways to use it. Also at the bottom of each functio page there is all kinds of helpful information from other coders.
Good luck, php is great.

Aww, thanks.

Be sure to check out Ming (http://ming.sourceforge.net) for dynamically generating SWF files via PHP. However, the PHP manual’s documentation is very lacking. I plan to submit updated docs with the help of the Ming mailing list once Ming0.3a is released (current version is Ming0.3b). For now, there are examples at the Ming site, and here are my old Ming0.2a basic tutes http://jerryscript.hostrocket.com/php/ming/lessons/

I highly recommend PHP Developers Dictionary as a programming reference. It’s not a “how to” book, but if you already understand programming concepts (which I know that you do) it’s a great reference for proper syntax, command and function parameters, etc.