what is wrong with the scripting below?
can some one tell me please, this is what l get when l preview in the browser
// Parse error: parse error, unexpected T_VARIABLE in C:\Program Files\Apache Group\Apache2\htdocs\phpfiles\opo.php on line 2
$db=mysql_connect("localhost")
mysql_select_db("vinyl",$db);
$query="select*from shops";
$result=mysql_query($query);
$table=mysql_field_table($result)
echo $table;