![]() |
Quote:
|
I am sure that this question has been asked. With over 80 pages, it is probably in there somewhere, but I have not found an exact match to my problem. So maybe someone can help me.
I want to call my copy of the hack in this way: PHP Code:
I can generate this link without problem. My form begins executing. I can echo to the screen for verification, the "p" variable, by accessing $_REQUEST['p']. I want to set the variable $formreplythreadid to this "p" variable. I have tried various variations: PHP Code:
PHP Code:
something like this: PHP Code:
PHP Code:
In all cases, I could echo the value to the screen with success; however, in all cases when I tried to assign my variables value to $formreplythreadid, the value seems to be empty. How can I set the value $formreplythreadid to a value that is generated at runtime? |
Quote:
|
Hi Daggerzz i have the same problem but with threads... I guess that is the solution... :
//ENABLE FORM TO REPLY TO EXISTING THREAD - 1 = yes, 0 = no $formreply = "1"; if ($dropdownanswer1 == 'Mage'){ $formreplythreadid = "43";} if ($dropdownanswer1 == 'Warlock'){ $formreplythreadid = "34";} if ($dropdownanswer1 == 'Warrior'){ $formreplythreadid = "41";} if ($dropdownanswer1 == 'Rogue'){ $formreplythreadid = "42";} if ($dropdownanswer1 == 'Priest'){ $formreplythreadid = "40";} if ($dropdownanswer1 == 'Hunter'){ $formreplythreadid = "46";} if ($dropdownanswer1 == 'Paladin'){ $formreplythreadid = "45";} if ($dropdownanswer1 == 'Shaman'){ $formreplythreadid = "44";} //EXISTING THREAD ID FOR FORM TO REPLY IN Can you explain me where you have added this code please? $x = $_REQUEST['p']; |
Quote:
|
Quote:
Also, I'd like to beg/plead one more last time if someone can help me set up a birthday question so the three drop down menus are side by side on the same line. |
Also I will plead again someone please help me!
|
I make my question in a quote because after posted this, I saw Daggerzz's post. The problem is similar. However, I typed my question so I don't want to delete it :">
Quote:
|
Thanks to Abe I was able to get the triple drop down question working.
|
Parse error: syntax error, unexpected T_VARIABLE in /home/shawnyue/public_html/forum/newthread.php(74) : eval()'d code on line 191
|
All times are GMT. The time now is 11:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|