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 Rhinorhino 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: *

  1. IncaWarrior

    union without UNION

    I want to get select the posts for a topic in my forum plus the first one so I figured I would use a UNION like this: __________________________________ $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim...
  2. IncaWarrior

    UNION without UNION

    I know this isn't exactly PHP, but it's close. I want to get select the posts for a topic in my forum plus the first one so I figured I would use a UNION like this: __________________________________ $sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email...
  3. IncaWarrior

    Problem with disable code

    I am trying to make a form that will disable after it has been clicked (So people don't submit more than once). I found this code: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin function disableForm(theform) { if (document.all || document.getElementById) { for (i = 0; i <...

Part and Inventory Search

Back
Top