Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

many improvements #6

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
better with mysql_real_escape_string
  • Loading branch information
William waisse committed Mar 5, 2012
commit 852c099ae2eb6b6cff74ec95a35d94931f0cc075
2 changes: 1 addition & 1 deletion includes/requiredFunctions.php
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ function outputHeaderTitle(){
}

function sqlesc($x) {
return "'".mysql_escape_string($x)."'";
return "'".mysql_real_escape_string($x)."'";
}

//Helpfull functions