The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have this statement;
ob_start(); include('../footer.php'); $externalwebfooter = ob_get_contents(); ob_end_clean(); That works but I need to pass it a variable like this; ob_start(); include('../footer.php?FUNCTION=TODAYVOTES'); $externalwebfooter = ob_get_contents(); ob_end_clean(); This however will not work. No errors, it just doesn't like the ?FUNCTION=TODAYVOTES. Is there a workaround for this? |
#2
|
|||
|
|||
![]()
AFAIK you can not pass variables with include(). Depending on how the target script is coded, you might be able to set the "function" variable before including the script.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|