October 26, 201312 yr comment_11078 I just switched from XAMPP to uniform server today. I'm running the same scripts, without any modification. This: $sql = "SELECT * FROM rooms WHERE date = '$year/$month/$day' ORDER BY roomNb";works fine. Under XAMPP it returned the room numbers ordered from 1 to X. Under uniform server I got: 9 10 11 12 14 8 7 6 5 4 3 2 1Any ideas? Thanks for your time, Alex Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.