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

  1. donutzeatpeople

    ORDER BY function()

    It seems that whenever I try to make a query with ORDER BY COUNT(field) I always recieve an error from MySQL. Here is the specific query I am trying to use: SELECT u.username,COUNT(m.entryid) FROM users as u,messages as m WHERE m.userid = u.userid GROUP BY u.userid ORDER BY COUNT(m.entryid)...
  2. donutzeatpeople

    comparing dates

    Does anyone know of any build-in function or way to compare dates in PHP? For example, on a guestbook script, I would want to only allow a person to sign the guestbook once per hour or so. And it seems like I would have to write a pretty complicated function to verify this. So, I was...
  3. donutzeatpeople

    Getting started with mySQL...

    I'm really interested in learning how to use mySQL with Perl, but I can't really find any place to get started. Can anyone recommend any resources or tutorials?

Part and Inventory Search

Back
Top