Parse error: parse error in /home/httpd/......./htdocs/index.php on line 90

And I have just 89 lines

Here are the  last linse from index.html:
<?php
if ($verify ==7){
$connection = mysql_connect("localhost", "user", "password")
        or die("Cannot connect");
$db = mysql_select_db("rating" , $connection);
$sql = " update tb 
         set rating=rating+$rating 
                 where image='$arr_Images[$randID]';
$sql_result= mysql_query($sql , $connection);
mysql_close($connection);
                 }
?>
</body>
</html>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to