user defined tag error
Posted: Sat Jan 17, 2009 12:02 am
hello,
I am trying to post some data from my form and I am using a user defined tag on my thank you page
UserDefinedTag = postdatatest
I've tried:
echo '
foreach($_POST as $k => $v){
echo "$k => $v ';
}
';
producing warning:
# Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 5 Parse error: syntax error, unexpected '}' in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 6
and I've tried:
echo 'foreach($_POST as $k => $v){echo "$k => $v '; }' ;
# Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 1 Parse error: syntax error, unexpected '}' in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 2
I'm not a coder and any insight would be appreciated.
I am trying to post some data from my form and I am using a user defined tag on my thank you page
UserDefinedTag = postdatatest
I've tried:
echo '
foreach($_POST as $k => $v){
echo "$k => $v ';
}
';
producing warning:
# Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 5 Parse error: syntax error, unexpected '}' in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 6
and I've tried:
echo 'foreach($_POST as $k => $v){echo "$k => $v '; }' ;
# Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 1 Parse error: syntax error, unexpected '}' in /home/www/cmsmadesimple/admin/adduserplugin.php(100) : eval()'d code on line 2
I'm not a coder and any insight would be appreciated.