Whenever I try this,
$conn = mysqli_connect(example.com,user,password,database);
I don't know what I'm doing wrong. My php version is php 5.3.above. Why is this code not working in a live website. Its fine in localhost.
|
Whenever I try this,
I don't know what I'm doing wrong. My php version is php 5.3.above. Why is this code not working in a live website. Its fine in localhost. |
||||
| show 11 more comments |
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
should be
With |
|||||||||
|
$connwas not false? – crush Jan 24 at 13:50mysql_*functions are now deprecated, therefore writing applications with them is not a great idea. See here for more info: php.net/manual/en/book.mysqli.php – Ben Carey Jan 24 at 13:51