i want to make a really great website , but what is preferred in its...

MR.Computer

New member
...programming language , PHP or asp ? i need to build a big website and whatever the cash amount its needed , what is a better prog.language i may use
asp or php , and why ?
and which of those is better in security ?
 
Hello,
You should choose the language you feel more comfortable programming in. ASP only runs on windows servers, PHP runs on both windows and linux servers. Also, if you have a DB backend, you may want to use MSSQL with ASP.NET and MySql or Postgres with PHP - but again, they're both good systems.
Security is a question of design and following the rules of secure programming much more than a question of whether you use PHP or ASP.NET. In short: both are good, choose what you like better.
 
Back
Top