
09-30-2007, 04:58 PM
|
 |
|
|
Join Date: Apr 2007
Location: Degabah Swamp
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Clean? Im still new to vB and PHP but I think clean writes a value to a cookie?
So I should be storing the element id and value to a cookie using something like...
Code:
$vbulletin->input->clean_array_gpc('p', array(
'uploads_location' => TYPE_STR,
'txtUploadLocation' => TYPE STR'
));
If so, where would I place it?
|