• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHPMyAdmin Problem....*SOLVED*

Al Neri

Diamond Member
UPDATE!
It turns it out Magic Quotes somehow got enabled - Didnt even know wtf that was !

Problem solved!



I have PHP 5 and PHPMyAdmin, Server version: 5.0.51a-community, Protocol version: 10 installed on my server space.

When I input:

Select * from Database where FirstName='Mike'

and

Select * from Database where FirstName="Mike"

I get back (this is an example for single quotes - when i input double quotes the example comes back with double quotes):

Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 37
STR: =
SQL: Select * from EmpList where FirstName=\'Mike\'


SQL query: Documentation

Select * from EmpList where FirstName=\'Mike\'

MySQL said: Documentation
#1064 - 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 '\'Mike\'' at line 1


If I click go back it shows the Query as

Select * from Database where FirstName=\'Mike\'

With the slashes added back in.

Is this a bug - or is there a workaround?

Thanks,

Don R.
 
Back
Top