Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Form Validation Problem
Post: RE: Form Validation Problem

What I understand from the screenshot is that you have two forms in one page and while showing errors of one form, the error displayed on both forms. I guess you are using the function validation_e...
3,832 Views
2 Replies
04-29-2016, 03:09 PM
raghavgarg
    Thread: Security Issues (input and output)
Post: RE: Security Issues (input and output)

CINewb Wrote: (04-29-2016, 07:18 AM) -- Just a quick one, could anyone explain why we should use xss_clean() ? My understanding has always been that htmlspecialchars() or htmlentities() with ENT_Q...
11,030 Views
4 Replies
04-29-2016, 02:52 PM
raghavgarg
    Thread: ajax won't let me obtain affected_rows
Post: RE: ajax won't let me obtain affected_rows

cupboy Wrote: (04-24-2016, 10:01 AM) -- raghavgarg Wrote: (04-24-2016, 01:18 AM) -- If you are choosing OOP style for mysqli query then you have to use mysqli object to use any method/property of my...
5,573 Views
3 Replies
04-25-2016, 01:01 PM
raghavgarg
    Thread: ajax won't let me obtain affected_rows
Post: RE: ajax won't let me obtain affected_rows

If you are choosing OOP style for mysqli query then you have to use mysqli object to use any method/property of mysqli. TRY: $rowsAffected = $mysqli->affected_rows; affected_rows is a property ...
5,573 Views
3 Replies
04-24-2016, 01:18 AM
raghavgarg
    Thread: Security Issues (input and output)
Post: Security Issues (input and output)

I am new to CodeIgniter. Thanks for free registration. I want to know the best practices for user input and outputting the data keeping security at the top priority that is how to prep the data to ...
11,030 Views
4 Replies
04-23-2016, 05:19 PM
raghavgarg

Theme © iAndrew 2016 - Forum software by © MyBB