The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
mysql_insert_id()
whats the vbulletin alternative for mysql_insert_id();
thanks |
#3
|
|||
|
|||
thanks your a star.
|
#4
|
|||
|
|||
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 |
#5
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|