Re: php code question - example inc.
Does the host have mysqli installed? You might have it locally, but your host doesn't which could be causing the problem, as they may just have the mysql extension installed. (The two are slightly different)
Try removing the @ sign from mysqli_query, as the @ suppresses error messages which may tell you what the problem is.
|