All Questions
5 questions
0
votes
1
answer
439
views
How to bind queries that use variables for the LIMIT parameter in Codeigniter
I am trying to fix a query in codeigniter, by binding queries for safety. But I am unable to use "?" in the limit parameter of the sql query.
Without using codeigntier's query builder, how can I fix ...
1
vote
3
answers
28k
views
Codeigniter Deprecated: mysql_real_escape_string():
Got below error while using codigniter 3.0
FYI using PHP Version 5.5.12,Apache Version Apache/2.4.9 (Win64) PHP/5.5.12
A PHP Error was encountered
Severity: 8192
Message: ...
0
votes
1
answer
3k
views
CodeIgniter and PHP 5.5.14 - mysql_escape_string() issue
I've this issue after setting up CodeIgniter with PHP 5.5.14
A PHP Error was encountered
Severity: 8192
Message: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() ...
0
votes
4
answers
5k
views
mysql_real_escape string errors
I'm trying to set up a codeigniter web app I just recently finished on a server. I wrote it locally on my own computer. However when I try to login I get these two errors.
A PHP Error was ...
1
vote
2
answers
6k
views
mysql_real_escape_string(): Access denied in codeigniter
I am using Codeigniter.i want to use string in $_POST value from search form which may contain special characters such as apostrophe('),(;) etc .How can my mysql query ignore these characters so that ...