mysql_real_escape_string for $_REQUEST/POST/GET

26 views
Skip to first unread message

Ap.Muthu

unread,
Jan 13, 2014, 4:32:55 AM1/13/14
to SI Group
index.php line 11:
[code]
require_once("./include/init.php");
[/code]

lines 149-153 of include/init.php :
[code]
include_once("./include/class/db.php");
include_once("./include/class/index.php");
$db = db::getInstance();

include_once("./include/sql_queries.php");
[/code]

obtain db handles for FA.

Hence mysql_real_escape_string based escaping can be done after line 11 in
index.php

- Ap.Muthu

Reply all
Reply to author
Forward
0 new messages