| [SOLVED] why won't my PHP program update my ACCESS database on the Server? I am developing some PHP programs for a website. I've been developing locally on my laptop using Apache. Locally, I can access, insert, and modify the tables in my ACESS database.
When I uploaded everything to the server, I can still acess the database to get info, but when I try to insert or update different tables I get a NULL return from odbc_exec.
Does anyone have suggestions? |