leonidassavvides
08-21-2008, 09:06 AM
There are two mysql errors in my code (how to debug?) when I go to get quote at http://www.poliscarhire.com/ errors at
http://www.poliscarhire.com/customeradmin/booking-review.php
first error line 725
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php:7) in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 725
725 session_start();
$_SESSION['datep']=$_POST['datep'];
$_SESSION['dated']=$_POST['dated'];
$_SESSION['Locationp']=$_POST['Locationp'];
$_SESSION['Locationd']=$_POST['Locationd'];
$_SESSION['days']=$_POST['days'];
$_SESSION['off']=$_POST['off'];
$_SESSION['mostdaysrate']=$_POST['mostdaysrate'];
$_SESSION['finalprice']=$_POST['finalprice'];
$_SESSION['cat']=$_POST['cat'];
$cat = $_SESSION['cat'];
second error line 811
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 811
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 812
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 813
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 814
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 815
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 816
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 817
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 818
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 819
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 820
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 821
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 822
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 823
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 824
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 825
811 $model = mysql_result($result,0,"model");
$type = mysql_result($result,0,"type");
$transm = mysql_result($result,0,"transm");
$cc = mysql_result($result,0,"cc");
$fuel = mysql_result($result,0,"fuel");
$doors = mysql_result($result,0,"doors");
$people = mysql_result($result,0,"people");
$suitcases = mysql_result($result,0,"suitcases");
$description = mysql_result($result,0,"description");
$availability = mysql_result($result,0,"availability");
$img_small = mysql_result($result,0,"img_small");
$img_big = mysql_result($result,0,"img_big");
$special_offer = mysql_result($result,0,"special_offer");
$discount = mysql_result($result,0,"discount");
$notes = mysql_result($result,0,"notes");
?>
http://www.poliscarhire.com/customeradmin/booking-review.php
first error line 725
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php:7) in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 725
725 session_start();
$_SESSION['datep']=$_POST['datep'];
$_SESSION['dated']=$_POST['dated'];
$_SESSION['Locationp']=$_POST['Locationp'];
$_SESSION['Locationd']=$_POST['Locationd'];
$_SESSION['days']=$_POST['days'];
$_SESSION['off']=$_POST['off'];
$_SESSION['mostdaysrate']=$_POST['mostdaysrate'];
$_SESSION['finalprice']=$_POST['finalprice'];
$_SESSION['cat']=$_POST['cat'];
$cat = $_SESSION['cat'];
second error line 811
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 811
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 812
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 813
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 814
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 815
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 816
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 817
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 818
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 819
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 820
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 821
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 822
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 823
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 824
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in /home/content/p/o/l/polisch123/html/customeradmin/booking-review.php on line 825
811 $model = mysql_result($result,0,"model");
$type = mysql_result($result,0,"type");
$transm = mysql_result($result,0,"transm");
$cc = mysql_result($result,0,"cc");
$fuel = mysql_result($result,0,"fuel");
$doors = mysql_result($result,0,"doors");
$people = mysql_result($result,0,"people");
$suitcases = mysql_result($result,0,"suitcases");
$description = mysql_result($result,0,"description");
$availability = mysql_result($result,0,"availability");
$img_small = mysql_result($result,0,"img_small");
$img_big = mysql_result($result,0,"img_big");
$special_offer = mysql_result($result,0,"special_offer");
$discount = mysql_result($result,0,"discount");
$notes = mysql_result($result,0,"notes");
?>