Skip to content

Commit

Permalink
look down, look up, readme is now markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed Mar 4, 2011
1 parent da447c6 commit 819d6a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.txt → README.md
@@ -1,13 +1,14 @@

== lib_sanitize ==
lib_sanitize
============

A PHP input sanitizing library.


USAGE
------------------------------------------------------------

<?php
<?php
include('lib_sanitize.php');
# in essence
Expand Down Expand Up @@ -60,7 +61,7 @@ USAGE
# iconv is the fastest, but supports less encodings and is broken on some platforms.
# mbstring (the default) is still very fast and supports many encodings.
# pure php mode only supports UTF-8 and ISO-8859-1 (Latin-1) and is very slow.
?>
?>


CREDITS
Expand Down

0 comments on commit 819d6a3

Please sign in to comment.