Click here to Skip to main content
15,894,630 members

Comments by Mian Shahzad Raza (Top 6 by date)

Mian Shahzad Raza 24-Apr-14 1:55am View    
Yes i know. I am using Codeigniter for my new projects but this is already built website i am modifying it i cant build whole from scratch so i have to stick with old PHP that is used.
for SQL injection i am currently using this function to eliminate some risks

function check_input($data)

{

$data = trim($data);

$data = stripslashes($data);

$data = htmlspecialchars($data);

return $data;

}
Mian Shahzad Raza 23-Dec-13 5:21am View    
and for addition i am using tinymce, page_content data is coming from tinymce
Mian Shahzad Raza 23-Dec-13 5:17am View    
Still same error, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's standard dummy text ever since the 1500s, when an unknown printer took a galle' at line 1

i am working on local XAMPP
Mian Shahzad Raza 6-Dec-13 19:16pm View    
What plugin are you using for eCommerce in WordPress ??
Mian Shahzad Raza 6-Dec-13 19:07pm View    
you are talking out of scope, thousands of people make many things for free with detailed tutorials and give source code publicly and everyone use all of it or piece of code in their products.
helping others is not a crime and using tutorials and freely available source codes is also not a crime.
good luck with your thoughts