C
|
cgphp 10/31/2012 |
You can get rid of the mysql_insert_id function. Follow these steps:
$_SESSION['interest_id'] = $values['interest_id'];
|
![]() |
khalil author 10/31/2012 |
You can get rid of the mysql_insert_id function. Follow these steps:
$_SESSION['interest_id'] = $values['interest_id'];
|