View Single Post
  #2 (permalink)  
Old 10-22-2007, 01:54 PM
ljalg ljalg is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
Default

One way to do this is to run PHP pages connected to a MS Access database via ODBC on your web server. Search the sites below for PHP survey programs. If you insist on using a MS Access database it might be smoother to use .NET but you'd have to pay for that. Another more common option is to use PHP with a MySQL database and use ODBC to connect MS Access to the MySQL database.
Reply With Quote