Topic: PHP for Beginners
Not finding your answer? Try searching the web for PHP for Beginners
Answers to Common Questions
HOW TO PHP For Beginners
Ok here are a couple of books I have Build you own database driven website http://www.amazon.com/exec/obidos/tg/detail/-/0975240218/qid=1110168475/sr=1-18/ref=sr_1_18/104-7773567-9414309?v=glance&s=books Core PHP programming http://www.amaz... Read More »
Source: http://www.experts-exchange.com/Q_21339986.htm
Which framework is best for beginners in PHP?
Vork Enterprise Framework (http://www.Vork.us) was designed to be intuitive and easy-to-use. Most PHP developers can be productively building something within an hour using Vork. Every aspect is easy: naming convention (is::ajax(), get::com... Read More »
Source: http://www.quora.com/Which-framework-is-best-for-beginners-in-PHP...
How hard is learning php for beginners ?
If you're a complete beginner to programming then I guess it would be hard. If you know C then it would be fairly easy, because you'd understand the function declarations, escape codes, naming rules etc. If you already know another DHTML we... Read More »
Source: http://uk.answers.yahoo.com/question/index?qid=20071016060314AAv6...
More Common Questions
Answers to Other Common Questions
For a total noob, PHP for Dummies makes it very simple. If you have some programming experience, Sam's Teach Yourself PHP in 24 Hours will have you making practical solutions before you know it.
Read More »
Source: http://answers.yahoo.com/question/index?qid=20070524134803AAi6hKo
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: <?php $a = 3; $b = "3a"; if (strcmp($a,$b)==0){ echo "a is SAME with b"; } else { echo "a is NOT SAME with b"; } $c = $a + $b; echo "<br> c is ".$c; ?> Toggle HighlightingOpen in New WindowSelect All
Read More »
Source: http://www.experts-exchange.com/Web_Development/Web_Languages-Sta...
It's a pity your virtual host people aren't more accomodating but I'm sure they have their reasons. It is indeed CGI (CLI is the Command Line Interface you use to talk to php that has been installed as a CGI binary). CGI stands for Common G...
Read More »
Source: http://www.experts-exchange.com/Q_21308679.htm
Check out the website codepedia dot com, and it is the beginners gui...
Read More »
Source: http://www.chacha.com/question/where-online-can-i-find-a-beginner...
I actually learnt PHP and SQL from w3schools, but the more I learnt the more I realised they are actually misleading on occasions. PHP has a manual on their website you can check out: http://www.php.net/manual/en/index.php SQL as well has a...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20120430113110AArylMI
When I was first starting out, I decided to tackle a blog. Little did I know that it's basically the perfect recipe to get you from A to OOP. It starts you out with the basics: Render a page with some scripted elements. Create a Database. L...
Read More »
Source: http://www.quora.com/What-is-a-project-list-for-someone-to-learn-...
Good on you for starting to learn php! Here are 2 absolutely great sites for you to start off with PHP! http://devzone.zend.com/node/view/id/627 http://nz2.php.net/tut.php Good luck!
Read More »
Source: http://www.experts-exchange.com/Web_Development/Web_Languages-Sta...