[thelist] PHP? ASPNet?

David at softv.net David at softv.net
Thu Jun 6 14:37:30 CDT 2002


>> IMO, the worst problem about ASP (I don't know PHP) is the fact that it
>> allows the programmer not to declare variables and objects.


These are very valid points. In ASP (not .NET) one should always, always put
"Option Explicit" at the top of each script to force variable declarations.
You can also do this in
PHP by adding "error_reporting (E_ALL);" at the top of each script. Just
make sure you remove this in a production environment.

Dave
http://java.dbmdata.com




More information about the thelist mailing list