I've run the test script on my hosted web server. All tests come back as passed, but at the top of the table there are the following two lines :-
Deprecated: Function set_magic_quotes_runtime() is deprecated in /homepages/36/d442243011/htdocs/vb_test.php on line 21
Strict Standards: Non-static method DB::fetch_db() should not be called statically in /homepages/36/d442243011/htdocs/vb_test.php on line 204
I'm new to PHP so I've no idea if the above 2 lines should be something I should be concerned about despite all the test passes.
Can anyone tell me if they are something I do need to be concerned about?
Thanks
Deprecated: Function set_magic_quotes_runtime() is deprecated in /homepages/36/d442243011/htdocs/vb_test.php on line 21
Strict Standards: Non-static method DB::fetch_db() should not be called statically in /homepages/36/d442243011/htdocs/vb_test.php on line 204
I'm new to PHP so I've no idea if the above 2 lines should be something I should be concerned about despite all the test passes.
Can anyone tell me if they are something I do need to be concerned about?
Thanks
Comment