I'm not sure where to post this but the problem occurs linking to a PHP page so I'm trying here first.
I have a link from a non-secure page to a secure page in the same domain (HTTPS, have certificate installed). The client gets a timeout when he tries to link to the secure page from his...
My PHP script has a login form - after the id & pw are verified, I do session_start(), then set the session variables and go to the AdminMain.php script, as follows:
session_start();
$admin_id = $row[0];
$_SESSION['login_type'] = $login_type;
$_SESSION['admin_id'] = $admin_id...
I have a datetime column (0000-00-00 00:00:00) in my table. I update the column from form fields for month, day, year, hour and minute. I always set the seconds to 00. This is all in PHP.
Where and how can I indicate AM or PM values? Are they part of the datetime column? I know you can use '%p'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.