How Does ASP Compare To PHP?

Article No. 229
Created: 04:20 AM 06.15.04
Author: HPU Support [Link: support@homepageuniverse.com]
Original URL: https://my.homepageuniverse.com/support/knowledgebase/question.php?qstId=229


One of ASP’s major strengths over PHP is that it is not tied to one language, but can operate with VBSript, Jscript, PerlScript and PythonScript, etc. In ASP, the dominant model for database access is ADO, which provides a degree of database independence. PHP has separate functions for each database type and requires an additional layer to achieve that same degree of independence.

Back to original article