I'm trying to create a connection through MYSQLI plus this one giving error
Fatal error: Call to undefined function mysqli_connect () in / home
What can this be?
$link = mysqli_connect("localhost", "xx", "xxx", "xxx");
if (!$link) {
echo "...
asked by
11.10.2015 / 16:57