hey
i've made something for a friend of mine, but i've made it in whole ASP with an access database...
however he wants it in PHP with a MySQL database..... is there an easy way to convert?
The views expressed on this page by users and staff are their own, not those of NamePros.
If it's already written in Access, that script will try to use Access. You'll need to use the PHP mysql_* functions. For more information on MySQL functions in PHP, go to: