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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sanek

  1. sanek

    DateDiff question

    Here's the problem: I'm letting a user search a database (MySQL) and one of the search fields is a date field. The user can then enter any date and I query the database to find any date that fits the query. I also have a field that specifies how precise the search should be. Here's the query...
  2. sanek

    Existence of a variable

    How can I check whether a variable exists or not. I tried the isDefined but that doesn't seem to work. I'm using it for checking of a session variable. Thanks, Alex
  3. sanek

    Retrive xml

    Thanks, I'l try to experiment with the parsing functions a little
  4. sanek

    Retrive xml

    Hi, I'd like to retrieve a page from a server: http://nu.nl/deeplink_xml and then format the text from xml and then use it in my site, and change things like how many recorde to see etc, Could someone give me a tip on how to handle this. Thanks
  5. sanek

    Search a db with multiple form inputs

    Thanks GJ that should help
  6. sanek

    Search a db with multiple form inputs

    Could you help me with the following: I'm making a searh form for a database where the users can use say 5 different form inputs to search a database. Now I wonder whow to implement this Ex. I've got form.Title and form.Author and form.Subject and I'd like to get the following: if a user only...

Part and Inventory Search

Back
Top