Posted by Bowen on 02/01/07 12:42
There is no need to use brackets. You don't need spaces when you
concatenate strings either. For example $var1 . $var2 should be
$var1.$var2.
echo "<input type=\"hidden\" name=\"x_description\" value=\"".
$x_Description."\">\n" ;
echo "input type=\"hidden\" name=\"x_login\" value=\"".$loginid."\">
\n";
echo "<input type=\"hidden\" name=\"x_amount\" value=\"".$amount."\">
\n";
Navigation:
[Reply to this message]
|