Where can I learn PHP? I bought a book on PHP but its really hard. I studied w3schools.com but i need help?
Question by Brandon Teich: Where can I learn PHP? I bought a book on PHP but its really hard. I studied w3schools.com but i need help?
I just finished studying w3schools.com PHP tutorial…But I still dont know how to make websites and web applications. I bought a book on PHP but its really hard. I dont know what to do to really learn the language. Where did you guys learn PHP? I really want a computer DVD tutorial but I cant seem to find. Where can i learn more PHP?
Best answer:
Answer by K L U D G E
I learn PHP in their manual that came with the application. I never bought a book about php. Okay perhaps I could help you with this story. Here’s the way I learn Programming language, including PHP
• Think programming language as a flowchart, or think like a simple job, making coffee for instance. you a coffee, put into a glass, add water on, stir, give a sugar, if too sweet, add some more coffee. the point is, think it’s a flowchart.
• learn all the basic syntax first (the very very Important!) and not just read I always test every syntax on a web so many times.
• make a case with every syntax.
for instance
how do I print a if b equal to 5
if ($b == 5) {
echo "Print a";
}
?>
and how do I loop, how do pick this and that, etc.. more imagination needed to make some cases in programming language, I found it hard to do this at the first time.
• And make a big project in a webpage like login user, guest book, shopping chart, a new facebook perhaps, database projects that interact with php like input customers, input new employees, and so on.
and perhaps you need some tutorials.
• http://www.phpeasystep.com/phptu/6.html
• http://www.tutorialized.com/tutorials/PHP/User-Authentication/1
• http://www.php-mysql-tutorial.com/wikis/php-tutorial/creating-a-guestbook-using-php-and-mysql.aspx
• http://www.tizag.com/phpT/
• http://devzone.zend.com/article/627
• http://www.phpfreaks.com/tutorial/php-security (php security, you’ll need this)
Good luck!
Add your own answer in the comments!
Related search terms:
how did you learn php mysql,simple but hard questions of php,facebook learn php,w3schools give edit validation MySql query by radio button/check box,w3schools com php certification,Tizags PHP Tutorial megaupload,rapidshare zend php certification video,learn php,learn C book megaupload,how to make a website tutorial megaupload,w3schools jquery and PHP mysql tutorials
Related Posts On PHP Tutorials.net
You might also like
I have a book on PHP and Mysql and a book just on PHP…I want to make sites like facebook which one? Question by Brandon Teich: I have a book on PHP and Mysql and a book just on PHP...I want to make sites...
I have a book on PHP and Mysql and a book just on PHP…I want to make sites like facebook which one? Question by Brandon Teich: I have a book on PHP and Mysql and a book just on PHP...I want to make sites...
What is hard to learn C++ or Php!? Question by SoBeIt: What is hard to learn C++ or Php!? I started to learn php but than i got bored...
What is a good book to learn PHP? Question by Roland: What is a good book to learn PHP? I am following an online book and some online...
Can anyone point me to a good PHP tutorial/information site? Question by Betty, Now: Can anyone point me to a good PHP tutorial/information site? I want to learn...
