| 
 Posted by petersprc on 02/01/07 03:11 
Could you paste the error you're getting? You could try setting 
error_reporting(E_ALL) at the beginning of the script to log all types 
of errors that might be happening. 
 
On Jan 31, 9:57 pm, tmattev...@gmail.com wrote: 
> Hi All -- 
> 
> I had never even looked at PHP until a few hours ago.  I'm trying to 
> get someone else's code to work.  My sense is that the error will be 
> pretty obvious to someone familar with the language.  The lines of 
> code below don't work -- some of the PHP is actually shown in the 
> browser window.  What am I missing? 
> 
> Thanks in advance.... 
> 
> Matt 
> 
> 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");
 
[Back to original message] 
 |