Re: [PHP] Re: Automatic Form Generation with PHP

2002-09-25 Thread debbie_dyer
: Wednesday, September 25, 2002 11:14 AM Subject: Re: [PHP] Re: Automatic Form Generation with PHP > Hi Debbie, > > That's fair enough. How are you ensure that only valid servers request > information from the field enquiry part? > > Otherwise people might be able to use this

Re: [PHP] Re: Automatic Form Generation with PHP

2002-09-25 Thread Henry
Hi Debbie, That's fair enough. How are you ensure that only valid servers request information from the field enquiry part? Otherwise people might be able to use this part to gain access to the database structure if not the actual data. Henry. "Debbie_dyer" <[EMAIL PROTECTED]> wrote in message

Re: [PHP] Re: Automatic Form Generation with PHP

2002-09-25 Thread debbie_dyer
Hi Henry Well the software generates the code to process the forms as well (eg for an insert form the code to check required fields are not empty, perform any data validation and insert the record into the db) as well as the forms themselves and this code is in PHP. You can choose to generate a s