RE: [PHP] Put value directly into form?

2001-08-14 Thread Maxim Maletsky
again, a simple HTML/PHP is enough. page 1: form page 2 the same form and in the input fields use value attributes. i.e: input type=text name=title size=20 value=?=$title? if the form was not submitted then $title will be empty and will show nothing, while if Title was submitted it will

Re: [PHP] Put value directly into form?

2001-08-13 Thread Dave Freeman
On 14 Aug 01, at 5:14, Phil Latio wrote: How can I directly put values into a form instead having to create hidden fields and drag the data from them? You can see what I mean at: http://www.yorkshire-search.co.uk/links/add.php3 Looks to me like they're still using the form to process