[PHP] inserting php value in html shorter wayand downloading winword mp3 files the fancy way

2009-08-24 Thread Grega Leskovšek
Hi, I am still a newbie in php. Is there a shorter way to include a php value in a form? input type=text name=fullname size=40 value=?php echo {$user['fullname']}; ? / is it possible to do smth like this ?=php {$user['fullname']}; ? like in JSP? Can I omit the last whitespace before the closing ?

Re: [PHP] inserting php value in html shorter wayand downloading winword mp3 files the fancy way

2009-08-24 Thread Ashley Sheridan
On Mon, 2009-08-24 at 17:56 +0200, Grega Leskovšek wrote: Hi, I am still a newbie in php. Is there a shorter way to include a php value in a form? input type=text name=fullname size=40 value=?php echo {$user['fullname']}; ? / is it possible to do smth like this ?=php {$user['fullname']}; ?

Re: [PHP] inserting php value in html shorter wayand downloading winword mp3 files the fancy way

2009-08-24 Thread Paul M Foster
On Mon, Aug 24, 2009 at 05:56:46PM +0200, Grega Leskov??ek wrote: Hi, I am still a newbie in php. Is there a shorter way to include a php value in a form? input type=text name=fullname size=40 value=?php echo {$user['fullname']}; ? / is it possible to do smth like this ?=php