使用php在select查询中选择最后一个插入的id

时间:2016-05-03 13:51:23

标签: php mysql

我在数据库中插入了last_id,同时我想在另一个重定向页面中选择last_id ..我正在尝试选择查询,但它没有来到last_id ......对此有任何想法

的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.'" ");
 ?>

请给我任何想法..谢谢

0 个答案:

没有答案