i was inserted last_id in database at the same time i want to select the last_id in another redirect page.. i was trying the select query but it not coming the last_id... any idea for this
index.php
// this code is inserted the last_id
<?php
$last_id = mysql_insert_id();
?>
model.php
<? php
$sql=("SELECT * FROM facility where last_id='".$last_id.'" ");
?>
kindly give me any idea for this.. thank you