All i know is my hosting company's hardrive crashed. fortunatly they were able to do restore's using mirror drives.
All is good apart from what i am experincing now.
Any Query i run were it is calls for "WHERE something = something" dosnt work, example:
"SELECT FROM idblogg" // works
"SELECT FROM idblogg WHERE id='$id'" // dosnt work
Have you changed any php settings.
I did try tweeking the code to:
"SELECT * FROM idblogg WHERE id=". $_GET['id'] // works
But this only works sometimes as i have tried the same solution with a couple of my scripts.
Anyone any ideas?
Maybe a _php setting has been changed by the hosting adminstration?
Cheers
Paul