Well something I've found usefull and time saving is that in asp you have to define all your variables and set them to something. But in php you can set a varibale to anything anywhere in your code. Plus when you send a variable through the GET or POST method you have to request it to a variable in asp, but php you can automatically set it to something with out having to request it or don't have to set it to anything at all just use it. This i've found time saving as well. Then on the security factor I would even recommed it because you don't just have a password siting in your database all passwords are encrypted so if a hacker enters he has almost nothing to work with. Basicly php saves you time in the long run because asp has a lot more to learn that gets complicated. I learned php in a matter of a month to the point of making web sites look professional(That is reading the book use it and testing it on my computer and online). So personality and speeking of others I would recommend php over asp. Last edited on Mon Apr 18th, 2005 06:31 am by csg
|