Search results

  1. L

    PHP script to update MySQL table on a specific date and time?

    I've had issues with CronTab before. I have an event that has an opening and closing date in MySQL. The events by default are not active. In my MySQL, there's a field called "active" = "N" . What is an example I can do to check the opening date and update the active field to "Y" when that...
  2. L

    Help with Logout button in PHP/HTML?

    I'm a newbie at PHP. Any help will be greatly appreciated! My logout button does not. I'm sure its an easy mistake.. In my admin_main.php I have this code: <input type='button' value='Logout' onClick='admin_logout.php' class='button'> admin_logout.php : <?php session_start()...
Back
Top