Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~923 People Reached
Favorite Forums
Favorite Tags
php x 12

3 Posted Topics

Member Avatar for theundeadelvis

Hello! We have an older site that was recenlty scanned and shown to be vulnerable to cross-site scripting and SQl injection. It was suggested that we modify our code to use prepared statements/PDO. They even offered this as a sample snippit of code: $user = 'xxxx'; $pass = 'xxxxx'; $dbh …

Member Avatar for Squidge
0
201
Member Avatar for nzz20v

I am experiencing a similar issue. In my particular case, this error exists because I have a column in my DB that is missing in my code somewhere (still trying to track it down). You can also get this error if your INSERTs and VALUES don't match.

Member Avatar for nzz20v
0
466
Member Avatar for theundeadelvis

Hello Folks! New to Daniweb and programming in general! I've seen a couple other posts on this issue, but I wasn't able to sort it out with those suggestions. I'm getting the error mentioned in the subject, and I suspect it's something to do with my INSERTS/VALUES, but this is …

Member Avatar for theundeadelvis
0
256

The End.