Ok, I currently have a client who wishes to have a searchable website of their organisation. I.e. search and browse stock.
They DO have their stock on a database, but they are not sure where it is, how to access it, or which database it is stored on and I am pretty sure it is not MySQL!
So, I am now trying to find out what it is stored on initially, but if it is a different database app, is the PHP code kind of the same as with SQL, I.e. mysql_connect? or is it even possible to connect to another database!? How about MS access? (Yes I am a noob)
- If it helps, I know they run an app called 'total control' to view their stock. Can PHP access that?
And also what would be the first stage in setting up this website? E.g. The browse section, the searching or either?(I currently have the homepage sorted [graphically])
Cheers all.