VideoHive

PHP Help

947 posts
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Ireland
  • Sold between 10 000 and 50 000 dollars
EireStudio says
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

444 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
TahaH-Studio says
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.

2541 posts
  • Community Moderator
  • United States
  • 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
+5 more
CreatingDrew moderator says

PHP For Absolute Beginners by Jason Lengstorf ;)

444 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
TahaH-Studio says
PHP For Absolute Beginners by Jason Lengstorf ;)

Ive just ordered a copy of the book :D.. Thanks Drew

4099 posts
  • 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
+9 more
Ivor moderator says
PHP For Absolute Beginners by Jason Lengstorf ;)

Perfectly written, understandable I just love it :)

444 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
TahaH-Studio says
PHP For Absolute Beginners by Jason Lengstorf ;)
Perfectly written, understandable I just love it :)

Hopefully I will like aswell ;)

444 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
TahaH-Studio says

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?

here is what I mean
class MyClass {

var $some_variable;
var $another_var;
var $one_more;

}
659 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 50 and 99 users
  • Sold between 10 000 and 50 000 dollars
  • United States
luckykind says
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? here is what I mean
class MyClass {

var $some_variable;
var $another_var;
var $one_more;

}

http://stackoverflow.com/questions/1206105/what-does-php-keyword-var-do/1206120#1206120

444 posts
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
TahaH-Studio says
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? here is what I mean
class 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 :D

by
by
by
by
by