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

  • Users: beirti
  • Content: Threads
  • Order by date
  1. beirti

    Javascript with PHP integration

    This is a good example for a need for attachments in this forum, its a bit of a long post. Sorry... I've been mainly using PHP since I started this project and have posted up the odd question here - thanks for all the replies! This one is a bit strange, maybe I'm just missing a simple syntax...
  2. beirti

    Validating dates with Reg. Exp.'s

    Im pretty new to using regular expressions - up to now ive never had a problem but I need to validate a date on my form for use in oracle(DD-MMM-YYYY or DD-MMM-YY). My first attempt goes a little something like this... if (!eregi("^ ( (([0-2]{1})([0-9]{1})) | (([3]{1})([0-1]{1})) )...
  3. beirti

    Oracle select bug

    I have built a stock control system using HTML, PHP, & Oracle. Whenever stock is inc/decreased, an entry is made in the transaction table. I can search through these transactions using each field but whenever I search between a certain date and the start of the month, e.g.('1-JAN-03' to...

Part and Inventory Search

Back
Top