|
Correct to get rid of deprecated errors right now in PHP5 you can simply place @ in front of any function in the program to supress the error. Its not that big of a deal now because PHP5 although its deprecated still support those functions. Now beginning with php 6 alot of things will need to be rewritten.
|