![]() |
mysql_insert_id()
whats the vbulletin alternative for mysql_insert_id();
thanks |
$vbulletin->db->insert_id()
|
thanks your a star.
|
In case that you want to store in a variable the id of the new added record use:
Code:
$variable = $vbulletin->db->insert_id(); Code:
$variable = $vbulletin->db->insert_id(field_name_here); https://vborg.vbsupport.ru/showthrea...ight=variables |
Quote:
|
All times are GMT. The time now is 03:31 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|