Like the title you can see, for a newbie like me from where do i need to start to master the basic....
Any tips n trick, would be nice![]()
Like the title you can see, for a newbie like me from where do i need to start to master the basic....
Any tips n trick, would be nice![]()
Here are a few worth looking at:
W3Schools Tutorials
PHP 101
PHPBuddy
Tizag
The last one (Tizag) it a little tougher than the others. It assumes you have a basic understanding of some of the topics it covers. But it is still worth a look. PHPBuddy is one I have never tried but looks well thought out at least. The other 2 are constant resources for people like me![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
davelf (03-19-2010)
ah finally there's someone really care to help the junior, Thx Blizzard![]()
Also, this is not where you should start, but where you should end up:
http://php.net
Use that to reference anything you need to look up. The function reference is great with examples, bug reports and warnings (if applicable).
Once you move on from tutorials that will be all the reference material you need.
For now, use tutorials but also just practice and it will start to make sense.
To start with php and mysql, I found this tutorial helpful: http://php-mysql-tutorial.com
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
davelf (03-22-2010)
thx djr33, i will post a lot of question here, LOL
Bookmarks