Jump to content

PHP or ASP


Norman

Recommended Posts

They are two different programming languages.PHP is free and open source, ASP is Microsoft technology.Most ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive or the <script language="language" runat="server"> syntax.Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page.Read more on wikipedia.

Link to comment
Share on other sites

I'd recommend PHP. I think it's much easier. I've been trying out ASP since I know this guy who knows ASP and MySQL together so he gave me a subdomain and a MySQL-db and I don't understand a thing so lol. That's why I recommend PHP :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...