Preech
04-12-2012, 04:28 PM
I am creating a script which when a link is click it will go to the next page like such.
something.php?id=3
In my php code it is using this.
$id=(isset($_REQUEST['id']))?$_REQUEST['id']:'';
I know that this won't work in vbulletin. How should I use this. Also should I put this before or after my query.
something.php?id=3
In my php code it is using this.
$id=(isset($_REQUEST['id']))?$_REQUEST['id']:'';
I know that this won't work in vbulletin. How should I use this. Also should I put this before or after my query.