I'm trying to have my web page post certain database entries depending on a user modified SELECT statement. I got everything working fine on my computer at home running NT and PWS. I was using .ASP and VBScript to accomplish this.
When I went to post it to my ISP it wouldn't work. The ISP told me that the "free webspace" they provide for their customers is on a UNIX machine which can't process .ASP pages. OK, so I migrated the Access database to MySQL which is compatible with UNIX. How do I change my script to connect to the MySQL database and run the SELECT statement?
When I went to post it to my ISP it wouldn't work. The ISP told me that the "free webspace" they provide for their customers is on a UNIX machine which can't process .ASP pages. OK, so I migrated the Access database to MySQL which is compatible with UNIX. How do I change my script to connect to the MySQL database and run the SELECT statement?