Use at the TOP of PHP page
header('Content-type:application/json');
error_reporting(E_ALL & ~E_DEPRECATED);
Rest proceed with the code but use MYSQLI extension insted of MYSQL
header('Content-type:application/json');
error_reporting(E_ALL & ~E_DEPRECATED);
Rest proceed with the code but use MYSQLI extension insted of MYSQL
Post a Comment
0Comments