I agree that PHP is probably a much better choice than CGI or ASP because of it's portability. If you plan to sell or move the site, it would be difficult in some cases to get a server that will run the specific applications written in C++, or they will at least require recompiling each one. PHP, on the other hand, would work on almost all servers (depending only on the version running).
|