PHP, Common String F...
posted by Guest Submitted
There are always those functions that you need to manipulate strings for whatever reason. Maybe it”s for validation purposes or sanitizing purposes or some kind of string conversion or searching. Here is a class that encapsulates alot of common string functions that I use alot. All...
The Javascript Injec...
posted by Guest Submitted
What is it? Javascript injection is a commonly ignored security issue. Basically it is the idea that you can execute javascript in your address bar, or one of the numerous plugins that accompany web browsers such as greasemonkey, to change the DOM in any way you wish. So whats the big deal?...