The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
quick SQL insert question - vb syntax ??
I need to run the following SQL via a plugin...
Code:
INSERT INTO `subscribeforum` ( `subscribeforumid` , `userid` , `forumid` , `emailupdate` ) VALUES ( NULL , $userid, '7', '2' ); Thanks for help. |
#2
|
|||
|
|||
Quote:
PHP Code:
|
#3
|
||||
|
||||
You don't need those awful backwards quote characters though.
|
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|