Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: minkisi
  • Content: Threads
  • Order by date
  1. minkisi

    Timeout linking from HTTP to HTTPS

    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...
  2. minkisi

    PHP session_start open failed: File too large (27)

    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...
  3. minkisi

    Insert AM/PM in datetime column?

    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'...
  4. minkisi

    Outlook Express - BCC max number?

    Is there a maximum number of emails you can put in the BCC box in Outlook Express? Can I add 2000 BCCs? Thanks, minkisi

Part and Inventory Search

Back
Top