ID: 47917 User updated by: gemini06011990 at yahoo dot com Reported By: gemini06011990 at yahoo dot com Status: Bogus Bug Type: Unknown/Other Function Operating System: Windows Vista PHP Version: 5.3.0RC1 New Comment:
Well how would I go about making sure I incorporate it right? Previous Comments: ------------------------------------------------------------------------ [2009-04-07 12:49:50] [email protected] Nothing to do with PHP itself here and most likely down to the way you're integrating it with vBulletin. ------------------------------------------------------------------------ [2009-04-07 12:27:47] gemini06011990 at yahoo dot com Description: ------------ I made a "dynamic signature generator" and the code works fine by itself, but now that I am trying to incorporate it into a vB forum, I am incountering several problems, that I didn't encounter before. For instance, I can't use header(content-type...) so that my images will show up. Reproduce code: --------------- $name = $_REQUEST['name']; $year = $_REQUEST['year']; $circulation = $_REQUEST['circulation']; $creator = $_REQUEST['creator']; $serial = $_REQUEST['serial']; $type = $_REQUEST['type']; $picture = $_REQUEST['picture']; $desc = $_REQUEST['desc']; $charname = $_REQUEST['charname']; $chardesc = $_REQUEST['chardesc']; Expected result: ---------------- An image is suppose to appear. Actual result: -------------- Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/tsoto760/public_html/forum/includes/adminfunctions_template.php(3938) : eval()'d code on line 24 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47917&edit=1
