Jump to content

oldmatt

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by oldmatt

  1. In fact, you'll probably want to list each field separately for a number of reasons. (If that query works - that is)
  2. How about this? SELECT * FROM user u LEFT JOIN parent_user pu ON pu.userid = u.userid LEFT JOIN parent p ON p.parent_id = pu.parent_id WHERE u.userid = $userid obviously, you can change the * to an explicit list of fields.
  3. Or you could use mt_rand(). http://www.php.net/manual/en/function.mt-rand.php
  4. Has anybody found a regular expression for testing (at leat to some degree) for a valid US driver's license format?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.