Forum Moderators: coopster
My message: something is wrong in the dates you chosen arrival: 2006-02-01 and departure: 2006-01-01
please search again
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/user/public_html/page.php on line 183
else {echo "something is wrong in the dates you chosen arrival: $llegada and departure: $salida <br>please search again<br>";}
if ($row = mysql_fetch_array($result)){
if ($sinfecha!="nodates"){
echo "<p>Properties found available from $llegada to $salida</p>";}
echo "<table class='tabla' border='0'> \n";
do {
$row["id_propiedad"] = str_replace("_", " ", $row["id_propiedad"]);
So the problems is where it is situaded, but I see it correct.
It is for properties not for flights, often people search but donīt know or care the dates.
This message I put up, just to state the dates they chosed in the result page.
if ($sinfecha!="nodates"){
echo "<p>Properties found available from $llegada to $salida</p>";}