Jump to content

amg182

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by amg182

  1. Guessed so! Ok, I am probably annoying you now, but I have one final query... Lets say a user defines Make as "Honda" and Model as "Civic". Obviously the result will bring back Honda Civics. But lets say I wanted a "Any Model" Option that returned all Honda's of all models. Is this possible? You prob sick of me now... Thanks again
  2. Yeah! Just had to move the "real_escape_strings" below the connection coding! You are a genius QuickOldCar Thank you ever so much! The reason I want this to work is so that i can replace model with Fuel. Therefore different make CAN have different Fuel types! Have a great day! and thanks again!
  3. Hi again, Yeah I will have to look into Ajax some time. I just tried the code you submitted for 2 combos, unfortunately its not returning any results...? The first one works a treat when you move <?php $make = mysql_real_escape_string($_POST['make']); ?> after the database connection code. Any ideas to why the two combobox isnt returning results? Thanks again, I am very grateful for your time!
  4. Guys, Thank you, thank you, Thank you!!! Works a treat. Although, I am just wondering is it possible to display results based on 2 combobox results? For example Make=Lexus + Model=IS200 = Lexus IS200 results. Again, thank you so much for your time. I really appreciate it!
  5. Hi Guys. Hopefully someone can help me with this...New to coding and pretty lost on this. I have a Mysql database which is displaying results to my webpage with no problems. However I would like to be able to add a combo box to my webpage that would update the mysql database results based on the combo box selection. For example if Ford is chosen from the combo box, the webpage would refresh and show all the results for Ford in the webpage. Can someone please help me? Here is the code I have at the moment that works just fine. But results of the database are based on the WHERE statement.
×
×
  • 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.