I have used the SELECT clause in this book I'm reading (PHP 5 fast&easy web development) but just don't understand the proccess. First they tell me to make a var call $sql and give it the value of "SELECT * FROM $table_name"
Code: Select all
$sql = "SELECT * FROM $table_name";Code: Select all
$result = mysql_query($sql, $connection);I don't really care if I'm called a noob or anything so don't think it'll bother me.
These are only some of the things I'm trying to get at and have awnsered but the rest will be later once these are awnsered and explained and understood.
Thanks for reading and all help is appreciated.