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. beyondflash

    Mysql date manipulation

    I have a date comming from mysql yyyy-mm-dd I need to be able to distinguish if this date is over 1 year old. The date is also in an array: $mydate[$i] = yyyy-mm-dd; I need a function that will return a true or false if each date in the array is a year old. Thaks, Mike
  2. beyondflash

    HAVING in Select statment

    I have multiple items that I don't want selected in my select statement...I can get ONE to work here is a sample: $sql = "SELECT * FROM login WHERE (Email = '$email') HAVING Crsnum != 1 ORDER BY ID DESC"; This will not select any Crsnum that =1... The problem I am having is I have multiple...

Part and Inventory Search

Back
Top