Forum Moderators: coopster
When selecting and inserting data into a MySQL dB, I have to create the select and insert PHP scripts that are unique to the table.
I think it is possible to create a generic select and insert PHP script that would work with any table correct? This generic script could be coded in an object model (OOPS) with classes and functions?
Has anyone found a solution to this?
TIA