Re: how is this done

2001-04-17 Thread Adrian D'Costa
On Tue, 17 Apr 2001, B. van Ouwerkerk wrote: > > >I am using php for this project. Right now it is related to mysql. What > >I want is to display the names of the countries and cities from the > >Special table instead of the ids. What would be the correct syntax for > >the select statement? >

Re: how is this done

2001-04-17 Thread B. van Ouwerkerk
>I am using php for this project. Right now it is related to mysql. What >I want is to display the names of the countries and cities from the >Special table instead of the ids. What would be the correct syntax for >the select statement? Take a look at websites like www.devshed.com www.phpnewb

how is this done

2001-04-16 Thread Adrian D'Costa
Hi, I have the following tables: Country: id | int(5) | | PRI | NULL| auto_increment | country | varchar(35) | | MUL | || contid | int(5) City: id| int(5) | | PRI | NULL| auto_increment | city | varchar(35) | | MU