Associate
- Joined
- 2 Nov 2007
- Posts
- 488
Hello all,
Im in the process of creating a website, and would like to implement a stock search facility.
I have a dump of the company stock which is a 8000 row excel file, with columns Part Number, Brand, Qty.
What i would like is for a visitor to be able to enter a part number to search for, which searches a MySQL database of these parts, with matching (and partial matches) shown.
How easy would this be to achieve? I have no experience with SQL, but am familiar with PHP/HTML/JS etc. Would it be a simple case of importing the excel file (somehow) and then setting up a query with PHP?
Cheers for any advice - im rather looking forward to learning more about this!
Im in the process of creating a website, and would like to implement a stock search facility.
I have a dump of the company stock which is a 8000 row excel file, with columns Part Number, Brand, Qty.
What i would like is for a visitor to be able to enter a part number to search for, which searches a MySQL database of these parts, with matching (and partial matches) shown.
How easy would this be to achieve? I have no experience with SQL, but am familiar with PHP/HTML/JS etc. Would it be a simple case of importing the excel file (somehow) and then setting up a query with PHP?
Cheers for any advice - im rather looking forward to learning more about this!