The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Can anyone tell me the difference?
I see these two used and i don't know what the difference is Code:
$vbulletin->input->clean_array_gpc('r', array(
$vbulletin->input->clean_array_gpc('p', array(
|
|
#2
|
|||
|
|||
|
The r is for REQUEST, and the p is for POST. There are also g, c, and f for GET, COOKIE, and FILE respectively.
|
|
#3
|
||||
|
||||
|
ahh, cool. thanks.
|
|
#4
|
|||
|
|||
|
N.B. REQUEST contains both the POST and GET superglobal arrays. Useful when you want a piece of code to be accessible via URLs and to post Forms to.
|
|
#5
|
||||
|
||||
|
yup, i'm aware of how $_request works. Thanks
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|