im getting a this message:
Parse error: parse error in /home/cust2/usr2253/cgi-bin/admin.php3 on line 10
For this script:
#!/usr/local/bin/php
<?php
$server = "----";
$user = "----";
$password = "----";
$db = mysql_connect($server,$user,$password);
mysql_select_db("------",$db);
$sql = update [LOW_PRIORITY] guest set datenow = $date, name = $name, email = $email, url = $url, details = $details, where id = $No;
$result = mysql_query($sql);
?>
and i is werid because there is nothing on line 10 it is just the space between 2 line of script, thanks for anyones help