Another question.. What do you think of PHP 5 For Dummies book. Is it a good book to learn php from? and if its not so, do you recommend any other resources to learn PHP from?
I have the PHP /MySQL dummies book and do not like it.
I would recommend: http://www.amazon.co.uk/Head-First-MySQL-Lynn-Beighley/dp/0596006306/ref=sr_1_1?ie=UTF8&s=books&qid=1266763310&sr=8-1
Another question.. What do you think of PHP 5 For Dummies book. Is it a good book to learn php from? and if its not so, do you recommend any other resources to learn PHP from?I have the PHP /MySQL dummies book and do not like it.
I would recommend: http://www.amazon.co.uk/Head-First-MySQL-Lynn-Beighley/dp/0596006306/ref=sr_1_1?ie=UTF8&s=books&qid=1266763310&sr=8-1
I have came cross that book before but the thing that the reviews on it are not that great. right now I know most of the php basics, but I can’t put all of them together and start making a use of them with mysql. I have tried alot of tutroials on the web but each one teaches in a different way which confuses me. So i want somewhere that is reliable thats teaches php and mysql the right way.
- Community Moderator
- United States
- Was featured in a podcast
- Attended a Community Meetup
- Author had a Free File of the Month
- Bought between 50 and 99 items
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Has been a member for 4-5 years
- Contributed a Tutorial to a Tuts+ Site
PHP For Absolute Beginners by Jason Lengstorf 
PHP For Absolute Beginners by Jason Lengstorf![]()
Ive just ordered a copy of the book
.. Thanks Drew
- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
PHP For Absolute Beginners by Jason Lengstorf![]()
Perfectly written, understandable I just love it 
PHP For Absolute Beginners by Jason LengstorfPerfectly written, understandable I just love it![]()
![]()
Hopefully I will like aswell 
Back with another help needed, more like an explanation. What is the var before the variable. I always find them in classes. Is is a way of defining a variable without a value or what?
class MyClass {
var $some_variable;
var $another_var;
var $one_more;
}
Back with another help needed, more like an explanation. What is thevarbefore the variable. I always find them in classes. Is is a way of defining a variable without a value or what? here is what I meanclass MyClass { var $some_variable; var $another_var; var $one_more; }
http://stackoverflow.com/questions/1206105/what-does-php-keyword-var-do/1206120#1206120
Back with another help needed, more like an explanation. What is thevarbefore the variable. I always find them in classes. Is is a way of defining a variable without a value or what? here is what I meanclass MyClass { var $some_variable; var $another_var; var $one_more; }http://stackoverflow.com/questions/1206105/what-does-php-keyword-var-do/1206120#1206120
Thanks mate 
