I've uploaded the scotspaul script but cant work out how to link it to the database, i think i need to edit the following bit
$phone=$_SERVER['HTTP_USER_AGENT'];
$Connect = mysql_connect("$server","$user","$pass");
mysql_select_db("$dbname");
but i'm new at this and don't understand what i need to change or what to
Any help would be appreciated,
Thank you
$phone=$_SERVER['HTTP_USER_AGENT'];
$Connect = mysql_connect("$server","$user","$pass");
mysql_select_db("$dbname");
but i'm new at this and don't understand what i need to change or what to
Any help would be appreciated,
Thank you
Comment