Quote:
Originally Posted by TanK DaWg
umm..it's in there?
PHP Code:
globalize($_REQUEST, array('userid' => INT));
|
Yes like i said it is in there, but so is:
PHP Code:
$getuser = $DB_site->query('SELECT * from ' . TABLE_PREFIX . 'utt_store_history WHERE userid="' . $_REQUEST['userid'] . '" AND action="Donate" ORDER BY historyid DESC');
change "' . $_REQUEST['userid'] . '" to a simple $userid