Note: Do not reply to this thread with comments on the links. This thread is just for educational purposes. You may reply with links to sites that you find useful that are not already on the list, or you may reply to notify us of broken links. Other posts will be deleted.
Note2: I’ll delete the answers after I’ve updated the list.
Note3: If you submit site links please let us know what languages the site has tutorials for so we can better place them in the big list.
[/SIZE]
I think you did miss something. Sure, there’s a tutorial, but there’s nothing much more than to show you a few simple things. Unless there’s a secret tutorial section that I can’t find.
Actually I think you did miss something freddy-boy. PHP.net has a fairly large instructional section for people starting out with php. From basic syntax to OOP classes and the like.
and then from there you can find any other function you need help on.
And yes I neglected to put php.net up there for some stupid reason. I know it was on my original list but I just failed to convert it over when I posted the thread. When I revise this list It will be more comprehensive.
Though I have never looked at that section before, I wouldn’t really call that tutorials, but examples of how to use code. Somewhat like what you would see in the function list. However - I see how it can help. My bad!
how’s about adding a few links to some good (fool proof) guides on installing apache, php, MySQL and phpMyAdmin in complete harmony ? cuz i’ve been trying for a while now and just can’t get it all running good and proper
hey i apoligize if someone posted this but I just came across this link over at phpbuilder.com and thought some other people besides me might find it usefull. This guy wrote a nice book about php and made it available for anyone to read! cool stuff.
PHP
If you ever come across a function you want to know more about, you can almost always just type ‘[function name] php’ in google, press ‘I’m feeling lucky’ and come straight to a page about the function from php.net.
Such as: str_replace php.