Friends anyone know what is the best php tutorial website. I face problem how can i use php array, variable, with dynamic system. Please if anyone know about this type of website please post. Thanks
If you are looking to do those sorts of things http://php.net is a great source. Has examples and the people that comment offer go into greater detail.
yes , php.net is a really good site. You must use http://stackoverflow.com to find solutions of your problems. A very rich resource of programming issues. I also recommend http://net.tutsplus.com/ as a decent tutorial site.
http://www.w3schools.com/php/ http://www.tizag.com/phpT/ If you have specific problems try googling or posting here.
stop with tutorials. they give half assed info. If you are serious about learning php , grab a book and read it. Or if a book is too tiring for you, like its for me. Try lynda.com 's video tutorials (not free , but on the bay) Example: this - just keep in mind that this one is kind of old (still uses mysql_query), but other than that it should be perfect for you.
Thanks Guys. I notice w3schools is a great site with practical but I notice there are no full website project. Friends any one know how can i get full view of php tutorial.
And... there you go. W3schools is NOT a great site. It's abysmally bad, actually, but hey, for beginners, it probably looks super-awesome. It's not. It uses (still) obsolete code, and doesn't address security risks at all. Their examples are basic, at best, and rarely does what they do implement smart ways to do things, but chose to follow the manual to a t, not always providing good answers.
Is this for a school assignment? If you just need to create a basic website using dynamic pages, arrays and variables you just need to search out any of the guestbook tutorials which were all the rage in 2000.
First learn the basics of PHP. The syntax, functions, etc. Then you can go to http://net.tutsplus.com . There are a couple of greate PHP tutorials there. Also, php's official php.net is a must for reference.