Hello Lilie, Books on PHP like PHP for dummies could be of help. I would be willing to help you learn. The first steps on getting a handle on things is understanding the syntax of standard commands . DO you have any programming background? Understand that PHP is a server side language. So this means: <?php echo "<center><font face=\"Tahoma\">HELLO</font></center>"; ?> Code (markup): Would produce rendered html only. You would not see the "echo" command. So you can break in php any where you want on the page: <?php $mytitle="Page title"; ?> <head> <title>Hello this is my <? echo $mytitle ?> for this web site</title>"; </head> Code (markup): If you ask some questions I would be more then happy to answer and assist.
Converse & Park's PHP5 and MySQL Bible is an incredibly useful resource. It takes you from the very very basics through building a fully-featured site using PHP/MySQL. Tons of reference material and online examples that go with the book. Frank
Orielly has some good books on PHP. I suggest you start there and work your way into OOP and the design patterns associated with OOP.
Let me tell you how i had learn PHP. I took a php project then first learned How to print a word By PHP. After that still i am learning PHP. Start work.. then check the internet for any problem you face in PHP. My Respect to those guies who share there knowledge in website
I'm more of a book man myself, and I would recommend the visual quickstart pro series for learning PHP, but aside from that, another good source would be: http://www.tizag.com
Well, a great place to start is PHPVIDEOTUTORIALS.com as mentioned above. I'm also shocked that no one didn't mention Lynda.com another great resource to learn, well, everything.
To learn PHP you need to follow any PHP book or site . its very easy language and it is based on C. if you know how to work on C. it will be very easy for you. go and start ............
if you never programmed before you should try to learn programming basics using languages like c or c++
how hard is it to incorporate php into a css design,I have a css design and want to convert to wp so that I can use wp seo program,is this possible