Secure Web Programing

Hello again! Today I would like to talk about web security. If you have your own home network, or even a data-server, this information could be very helpful! Web security gets called into question when you ask a user to input data. It is easy for them to input unexpected information, witch could potently cause bugs, or throw errors in your web-based programs. This can really hurt you if money is involved. If a bug is thrown, it can make your entire system vulnerable to be exploited, or even worse; It could cause your system to crash. If your system crashes it will take money and time to get back up. Lucky, system crashes are easily avoidable, if you are writing your own programs. Its all about writing secure code, and 'Try/Error' coding. If you would like some good examples check out CGI Secure Coding.