Jump to content

insert with separate data


sasori

Recommended Posts

Hi, I got a problem here, need help  :confused:

 

I got  a country table it has

- country id

- country name

- country code

<!-- this is ok -->

 

I got states table it has

- state id

- country id  (empty)  :-\

- region id (empty )  :-\

- state name

- state code

<!-- this not ok -->

 

I got cities table and it has

- city id

- country code

- region code

- city name

<-- this is ok -->

 

now, what i want to happen is, fill in those empty field I indicated above that are empty , with their

corresponding data..the reason they were empty is that, I filled all these tables with datas

coming from chop-chopped chunks of text files .. can anyone help me ?  :wtf:

 

Link to comment
https://forums.phpfreaks.com/topic/215938-insert-with-separate-data/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.