Jump to content

Joining 2 MySQL result arrays into one PHP array


ChaosKnight

Recommended Posts

In my database there are 2 tables, hotels and game_parks. At the bookings form, I use ajax to dynamically populate the dropdowns (country, province, city and accommodation). At first it only worked with the hotels, but now I want to add the parks into the same dropdown, sould I just make a second sql query and throw that into a while after the while of the hotels? Or is it possible to run the second query and then join the two arrays?

 

Thanks

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.