Hi Guys
I need a little advice; i'm looking at making my own IPhone app which is going to be a more convenient way of searching a particular website which i think uses a mysql server for there products. The website i will be searching doesn't know that i am making an application for them just yet as i'd like to present it once it's complete so i can't check accurately what they have but i think it's sql.
My problem is that i need to know how to retrieve product options from the server and populate an array or dictionary on the iphone so that the user can filter through these to shorten the list of products. I believe the best way would be to download each of the option lists to choose from one at a time until they reach the 4th option and it just loads the first 25 results in to the main window to view and then buttons at the top to choose to filter further.
i.e.
Options to Filter
Option1 ->Name
Option2 ->Model
Option3 ->Size
Option4
Option5
Option6
Option7
Each of these options can be filtered to show less products in the final list, but mainly it is just the first 3 or 4 which are mandatory if we didn't complete these there would just be thousands of products to look through and the rest of the options are optional for specific product searches.
Thanks for any help in advance.
Brad
I need a little advice; i'm looking at making my own IPhone app which is going to be a more convenient way of searching a particular website which i think uses a mysql server for there products. The website i will be searching doesn't know that i am making an application for them just yet as i'd like to present it once it's complete so i can't check accurately what they have but i think it's sql.
My problem is that i need to know how to retrieve product options from the server and populate an array or dictionary on the iphone so that the user can filter through these to shorten the list of products. I believe the best way would be to download each of the option lists to choose from one at a time until they reach the 4th option and it just loads the first 25 results in to the main window to view and then buttons at the top to choose to filter further.
i.e.
Options to Filter
Option1 ->Name
Option2 ->Model
Option3 ->Size
Option4
Option5
Option6
Option7
Each of these options can be filtered to show less products in the final list, but mainly it is just the first 3 or 4 which are mandatory if we didn't complete these there would just be thousands of products to look through and the rest of the options are optional for specific product searches.
Thanks for any help in advance.
Brad