[PHP] Display Image
Hi, I tried below to display the picture on the webpage. I have in the pcture column a http address. echo "" . $row["description"] . " and I get this: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' Your help is very much appreciated. Andonny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] Display Image
Thanks for your reply. This is the whole line and I am not sure which one to take out echo "" . $row["description"] . ""; Andonny Seb Frost <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > well you've got that unmatched " at the end... > > - seb > > -Original Message- > From: Andonny [mailto:[EMAIL PROTECTED]] > Sent: 19 August 2001 03:28 > To: [EMAIL PROTECTED] > Subject: [PHP] Display Image > > > Hi, > I tried below to display the picture on the webpage. I have in the pcture > column a http address. > > echo "" . $row["description"] . " > > and I get this: > > Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or > `T_NUM_STRING' > > Your help is very much appreciated. > Andonny > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] print two Digits after decimal point
Hi, I need to print on the webpage two digits after the decimal point. This is what I have at the moment: I need to have for example $5.00 not $ 5 as it does at the moment. Thanks for your help Andonny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Homesite & php
Hi, Does the new version of homesite still have the same result with php. When I used to change anything in Design View and then went back to Edit View the ?> became ?>. Does this still happen??? Thanks Andonny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]