MySQL to webpage
August 4, 2009 3:25 PM   Subscribe

What is the easiest way to share data from MySql to a web page on Windows

I'm thinking something related to Windows web server IIS with some kind of plugin or asp?
posted by kewlio to Computers & Internet (4 answers total) 3 users marked this as a favorite
 
I use a Windows LAMP distribution like XAMPP. I think PHP is the easiest way to display MySQL.
posted by wongcorgi at 3:28 PM on August 4, 2009


Seconding the XAMPP suggestion. Windows-only IIS web servers are the minority compared to WAMP and various flavors of LAMP, and most hosting providers will offer a choice of both (i.e. Apache with PHP / MySQL or Windows Server with ASP/.net). Is there some other factor that's forcing you to try to do MySQL on Windows?
posted by Bora Horza Gobuchul at 3:45 PM on August 4, 2009


Connecting to a MySQL database with "classic" ASP is Not Fun. (.Net may be a different story. But I doubt it.) Seconding the PHP suggestion.
posted by bricoleur at 4:12 PM on August 4, 2009


Response by poster: thx for the words of wisdom, i was hoping for something maybe that exists out the box (and wouldnt require too much programming).. maybe php is the way to go
posted by kewlio at 4:44 PM on August 6, 2009


« Older Lake Como (sail)boat rental   |   Name that poem! Newer »
This thread is closed to new comments.