View Full Version : PHP and ASP Coding


seo_chatbox
11-24-2006, 09:56 PM
Well I wanted to ask that, the coding which we do in PHP is same as in ASP?
I am a newbie so please help me out. :D

BSolveIT
11-27-2006, 03:32 PM
PHP and ASP are in essense similar in nature, but also entirely different.
For example, ASP use ADO for communicating with databases using OLEDB / ODBC connectors. PHP can use the same connectors, but doesn't use ADO.

They go about things in a similar way, but not actually the same.

Sorry, I'm not sure what else to say without a more specific question.

- BSolveIT