Hi, I would like to learn PHP. The problem is that if its just written down then I tend to just forget it and so are there any good visual tutorials or even other methods e.g. college? How did you learn it?
some basic fundamentals from other language like c++, c, etc... anyways i think it not quite different from others the same logic, different syntaxes.. probably if you have some background then it might be easy for you.. try this one sir http://www.w3schools.com thats my quick reference guide
i also want the same , i visited many site to lean but its hard to learn from just written statments , Questions come in mind but whom to ask ? can u give me some good suggestion ?
i suggest that you must have some working code example you can post your email here so i can send you an ebook of full working codes and example of php.. yet i always visit w3schools.com
I had basics of programming since I coded in Pascal, C, C++, Java, VB previously. It didn't take me long to learn php because of my previous experiences. I have recently found the below site very useful for a novice to start learning php. There are examples with code snippets and importantly many things are illustrated. I recommend this for new comers. http://www.techotopia.com/index.php/PHP_Essentials www.php.net is very helpful, specially when you need help regarding php functions.
Visit my web site. I will upload a book written by me in php. It is never published, however I give it to needy people for free. Its easy. Regards Shishir Gupta salahsoftware.com
I learnt from (I bookmarked theese because they'd become useful to someone else on day): http://www.phpfreaks.com/tutorial/ph...abase-handling http://www.phpfreaks.com/tutorial/re...--basic-syntax http://www.php-mysql-tutorial.com/us...n/database.php OOP (PHP 5): http://uk2.php.net/oop5/ http://www.tutorialized.com/tutorial...s-of-OOP/37490 http://www.tutorialized.com/tutorials/PHP/OOP/1 http://www.tizag.com/phpT/ - That has to be the most useful tutorial for PHP (basic stuff) on the internet.