Kind of a cut and paste option that checks for basic security flaws.
thanks!
Kind of a cut and paste option that checks for basic security flaws.
thanks!
Unless you're using variables in your url to correspond with php scripts using fread, fopen, mkdir, etc. there isn't much to check for security.
Generally php is a very language (in the aspect that it can't be read by the "view source").
An example of insecure code:
Would take the dir variable from the url and make a directory.Code:<?php mkdir($_GET["dir"]); ?>
- Mike
Bookmarks