I'm new to PHP/MySQL and need some advice. I have an Excel spreadsheet that I'd like to import into MySQL and display it with a PHP based website.
Also, I only want authenticated users to be able to view the data and I want to give only a few people editor access to add/delete/modify the data.
Is there a sample database that I can work off of or a database similar to this already I can just use? I need to get this up and running pretty quick since the way I'm doing it right now is to modifiy the spreadsheet then save a read only copy to our file server.
Thanks in advance for your help!
Also, I only want authenticated users to be able to view the data and I want to give only a few people editor access to add/delete/modify the data.
Is there a sample database that I can work off of or a database similar to this already I can just use? I need to get this up and running pretty quick since the way I'm doing it right now is to modifiy the spreadsheet then save a read only copy to our file server.
Thanks in advance for your help!