Re: [PHP-DB] Inserting databasecontent within the same form

2007-09-27 Thread Niel Archer
Hi Ruprecht, > > SELECT Kunden.*, City.name, City.vorwahl FROM Kunden LEFT JOIN City > > USING (zipcode) > > I'm understanding you this is a way for designing the sql-statement. Yes. > My customer want that they have inserted the city after typing in the > zipcode in the zipfield. The city shou

Re: [PHP-DB] Inserting databasecontent within the same form

2007-09-27 Thread Ruprecht Helms
Hi Niel, > SELECT Kunden.*, City.name, City.vorwahl FROM Kunden LEFT JOIN City > USING (zipcode) I'm understanding you this is a way for designing the sql-statement. My customer want that they have inserted the city after typing in the zipcode in the zipfield. The city should be searched in a dat

Re: [PHP-DB] Inserting databasecontent within the same form

2007-09-26 Thread Niel Archer
> How can I overtake the fieldvalues of city and the first part of the > phonenumber. It should read out the value of the zipfield and check them > with the content of the table "ort". If there is found a recordset with > the same plz the formfields city and the the field "vorwahl" should get > the