I need help to setup/create a persistent MySql connection using mysqli_connect.
The point is to eliminate repeated connects every time I fetch a different thing from the database.
Is this even possible?
I tried to set up a connection variable in $_SESSION array but could not get it to work.
Thanks