|
-- Posted by Seanee at 1:22 pm on July 19, 2008
With no MySql, so it saves as a .txt file and accessed via asp? POINTS.
-- Posted by El Manana at 1:33 pm on July 19, 2008
Why would you not want SQL?
-- Posted by bighead1991 at 2:45 pm on July 19, 2008
Quote: from El Manana at 9:33 pm on July 19, 2008
Why would you not want SQL?
MySql doesn't go well with .asp. To the OP: Any specific reason you need .asp? You can run both, can usually get IIS servers which run with php now.
-- Posted by JeremyM at 6:19 am on July 23, 2008
Just install PHP. We just did it on one of our web servers. It's running windows 2003 standard server and it's only role is a web server. PHP installed perfectly fine and setup all the .php extentions to the executable on the server for every site. Only thing I had to do was add in index.php as a default page. Installing MySQL on that same server today. Although, I highly prefer a *nix box for PHP/MySQL applications.
|