The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Do I
I am creating a script which when a link is click it will go to the next page like such.
PHP Code:
PHP Code:
|
#2
|
|||
|
|||
You *could* do that in vbulletin, but vbulletin provides functions for "cleaning" the input beofre using it, so you'd use something like this:
Code:
$vbulletin->input->clean_gpc('r', 'id', TYPE_UINT); $id = $vbulletin->GPC['id']; Quote:
|
#3
|
|||
|
|||
Thank you so much.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|