php mysql query with hyphen character - Stack Overflow

Posted by Unknown on Sunday, February 9, 2014

user = "test-user"; $q = @mysql_query("SELECT id FROM table WHERE ... Just use mysql_real_escape_string to escape the data string.

more

{ 0 comments... » php mysql query with hyphen character - Stack Overflow read them below or add one }

Post a Comment

Popular Posts