Hi again
everything worked fine and the data was fetched from the database but i tried to implement session into basic login system i got online and then it wasn’t inserting anything into the database and the pages with data fetched appeared blank with error: Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)
So i changed everything to the way it was without the session but it’s still the same, no data fetched and the error. While the sole login system using the same connection type is able to connect and insert the data just fine.
Do you think it can be caused by a mistake in the code somewhere?