Hello-
I am trying to follow the instructions I found online in terms of formatting with delimiters and am getting the above error with the following syntax.
$lineItem = "x_line_item=item1<|>home3<|>Basic (Reuse)<|>$29.99<|>Y&x_line_item=item2<|>4<|>New Basic<|>$49.99<|>Y&";
echo "<INPUT type='hidden' name='x_line_item' value='$lineItem' />";
All other fields work using PHP so am wondering what is wrong with my syntax or if I am even going about correctly.
Thank you,
Josh
Solved! Go to Solution.
11-04-2010 04:04 PM
Hi thedoctor_21,
Can you post your actual code and the whole error you're receiving as well?
Thanks,
Michelle
Developer Community Manager
08-15-2011 12:40 PM