
'.$row_rs["title_page"]."\n"; echo '
'.str_replace("\n", "
", htmlentities($row_rs["text_page"]))."\n";
}
}
mysql_free_result($rs);
echo '';
if($message . "" != "") {
echo '
'.$message.'
'; } $query_rs = "SELECT tbl_trip_planner_interests.* FROM tbl_trip_planner_interests where categoryid=$categoryid order by title asc;"; $rs = mysql_query($query_rs, $conn) or die(mysql_error()); if($rs && mysql_num_rows($rs) > 0){ ?>Important! You can use the right side buttons
to add the preferred items to your itinerary (Trip Plan).
When the plan is complete, please click on Trip Plan to view all items.
'; //contact details echo ''.str_replace("\n", "
", $row_rs["text_contact"]) . ""; if(strpos(strtolower($row_rs["link"]), "http://") === 0) { echo " ".$row_rs["link"]."\n"; } echo "\n"; echo '
'.$row_rs["text_description"]."
\n"; } } mysql_free_result($rs); ?>