|
ASP runs only on Windows. PHP is totally platform independant so it can run on "ANYTHING". I been playing with FreeBSD for months. I plan to use FreeBSD as my server running web sites and a file-storage system to store my work securely because both of these servers will be jailed. So now all I need to learn is how to do some web-programming and I read that PHP and AJAX are the things to do from here until QUANTUM. After I understood that, no one had to tell me twice... PHP itself may be a little out of wack .. That is because too many coder packing in this and that to make PHP better but learn years latter it made something else not work. So my work-around would be to not to use so many PHP functions unless you have to. Until I learn better, I see that as the kiddy way to get something done ... Just because it easy don't mean "use it". I plan to write my own loops where I can. The trick is to stay low-level as possible and leave the toys along where ever can. Other than java this and javascript that, PHP and ASP are the only true programming languages that works on the WEB... all other, coming by the tons, are for desktop application like C, C++, etc.. The only problem with PHP is that nobody want to go into details about anything. such as a function that works for array will not work for a 2-D array, etc ... .. anyway, best of all, the core of PHP was written in pure C and can run on the WEB ... who could ask for more???
|