PHP Classes

logging out user and using stored procedure

Recommend this page to a friend!

      Professional Login System  >  All threads  >  logging out user and using stored...  >  (Un) Subscribe thread alerts  
Subject:logging out user and using stored...
Summary:clarity
Messages:3
Author:creet dree
Date:2015-09-19 21:41:51
 

  1. logging out user and using stored...   Reply   Report abuse  
Picture of creet dree creet dree - 2015-09-19 21:41:51
does your system logout users incase of power failure?
how can I call a stored procedure instead of a real query?
why should i use the MYSQL class yet I can access the Mysqli class directly in php.what is the advantage of this class instead of just having a connection script being called whenever iam querying the database?

  2. Re: logging out user and using stored...   Reply   Report abuse  
Picture of Ricky Scotti Ricky Scotti - 2015-09-19 22:31:06 - In reply to message 1 from creet dree
There is no advantage,
I prefer to use a class.

  3. Re: logging out user and using stored...   Reply   Report abuse  
Picture of creet dree creet dree - 2015-09-19 23:36:10 - In reply to message 2 from Ricky Scotti
does your system log out a user incase of power failure or if user closes the browser window without logging out?if it is a sensitive system and this is important.