What is the diffrence between PHP & ASP ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is the diffrence between PHP & ASP ??

6th Nov 2016, 5:06 PM
Shahem Wahba
Shahem Wahba - avatar
3 Answers
+ 3
PHP is run on Linux based servers. Any .Net application is run on a Windows based server. However, if you happen to have a host that allows you to run .Net Core, you'll be able to build cross platform Web applications. Most Web developers I know prefer .Net languages over PHP because of visual Studio and the ease at which you can debug your code. PHP isn't difficult, but it's syntax is not at all like many other serverside languages.
31st Jan 2017, 2:23 AM
Mike
Mike - avatar
+ 2
they are 2 different languages for web servers. php is rather used for mutualised linux servers that are cheaper. asp is Microsoft language and is solely used on a windows web server. usually you need vps or dedicated server to have a microsoft server
6th Nov 2016, 7:27 PM
Steve DICAY
Steve DICAY - avatar
+ 1
I doubt it if asp can manipulate images
7th Apr 2017, 4:57 PM
Kunle Odunuga
Kunle Odunuga - avatar