Edit Database With Ajax
April 1, 2008
I need a page index.php with programmed with AJAX that includes: 1. Always displaying all products of the db.mdb 2. Product add function 3. Product delete function 4. Product update function The page has to run on a remote server. $cfg_dsn = “DRIVER=Microsoft Access Driver (*.mdb); $dbConn = odbc_connect(’flamingo’,”,”)

