Groups
Groups
Sign in
Groups
Groups
Simple Invoices
Conversations
About
Send feedback
Help
mysql_real_escape_string for $_REQUEST/POST/GET
26 views
Skip to first unread message
Ap.Muthu
unread,
Jan 13, 2014, 4:32:55 AM
1/13/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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