[PHP] Homesite & php

2001-09-08 Thread Andonny
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,

[PHP] print two Digits after decimal point

2001-08-19 Thread Andonny
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

Re: [PHP] Display Image

2001-08-18 Thread Andonny
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&

[PHP] Display Image

2001-08-18 Thread Andonny
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 v