Xyphon Posted June 18, 2009 Share Posted June 18, 2009 Is it true that MySQL 6 will not allow queries like this: "SELECT * FROM Users WHERE ID='$ID' And will force people to use this: "SELECT * FROM `Users` WHERE `ID`='".$ID."' My friend told me this and this is a HUGE issue for me because I have been always using the first version. Also, I'd like to know, WHY would they make one type of query unusable? It seems pretty stupid to me.. Quote Link to comment https://forums.phpfreaks.com/topic/162832-solved-mysql-6/ Share on other sites More sharing options...
Xyphon Posted June 18, 2009 Author Share Posted June 18, 2009 NVM found out my friend was kidding. Topic Solved Quote Link to comment https://forums.phpfreaks.com/topic/162832-solved-mysql-6/#findComment-859282 Share on other sites More sharing options...
Maq Posted June 19, 2009 Share Posted June 19, 2009 That doesn't have anything to do with MySQL anyway. It's just the way PHP interpolates strings. Quote Link to comment https://forums.phpfreaks.com/topic/162832-solved-mysql-6/#findComment-859317 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.