Forum Moderators: coopster
Just very recently, I have discovered that I cannot use mysql_list_fields() in new files. It works in files that I've had up on our server for ages, but I'm trying to use the same functions that use mysql_list_fields(), and I get an error when I try to use the result. However, I can use the same function in older files.
I have the code to replace the deprecated function, so I'm more wondering, is this normal? What does it mean when a function is deprecated? If I can run it on my server in an older file, why not in a newer file? I thought it would be removed from newer versions of PHP, and have nothing to do with what's on our server.
BTW, I checked with our Network Manager, and he hasn't touched the server since it was built.
If anyone can shed any light on this, I'd be so grateful! I reuse the same functions not only at work, but for many other sites I program. The thought of rewriting all my code is giving me nightmares!
Thanks.