Using PHP with MsAccess online
Posted: Sat May 22, 2010 7:07 pm
hi
i am not able to access the mysql db area of the server, so i need to use MSAccess.
i was hoping to find some example of how i can:
1) upload an access database to the folder of my choice via FTP to my hosted server (easy)
2) use a PHP form to create a new record in the db uploaded, or revise, or delete
3) display the contents of the entire database
i have been looking into ODBC but it seems as if that is only for a local network. the host i use does not allow asp, only php.
the php page(s) will be in the same directory (not the root, i dont have that access) as the MSAccess db. any clues how to do this, or working examples would be great
thanks
i am not able to access the mysql db area of the server, so i need to use MSAccess.
i was hoping to find some example of how i can:
1) upload an access database to the folder of my choice via FTP to my hosted server (easy)
2) use a PHP form to create a new record in the db uploaded, or revise, or delete
3) display the contents of the entire database
i have been looking into ODBC but it seems as if that is only for a local network. the host i use does not allow asp, only php.
the php page(s) will be in the same directory (not the root, i dont have that access) as the MSAccess db. any clues how to do this, or working examples would be great
thanks