Alright, PHP Beginner here. I was just wondering, does anybody know of any good PHP books out there and if so, can you recommend one to me that has both help with PHP and MySQL?
I know some parts of PHP, such as the opening and closing tags (<?php and ?>) and the include, require_once, require and all of them and the if statement. But thats about it. I think this could count good for a beginner:
<?php
include("world.html");
// NOT A REAL CODE
if ($HTTP_POST_VARS = . '2' . == This part is for the expression);
{ Statement would go inside of
this place right here with the brackets surrounding it
}
?>
Well, that should tell a little about what I know. Anybody think they could tell me if thats a good start for a beginner. The above is not intended to be a piece of code, just what I know. ;)