Non-static method mysqli::init() cannot be called statically
- by Joshua
http://php.net/manual/en/mysqli.init.php
$ConnectionResource = mysqli::init();
The above code fails with:
Fatal error: Non-static method mysqli::init() cannot be called statically
How come?