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 wOOdy-Soft 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: vetteguy69
  • Content: Threads
  • Order by date
  1. vetteguy69

    Javascript Form/Checkbox Question

    Hello All, I have a page with a text link that goes to another page with a form on it that includes checkboxes. If the user clicks the text link on pageA I want to go to pageB(page with form) and check off a certain checkbox. I have the following javascript in the header of pageB now but it...
  2. vetteguy69

    Validate Email Address Function

    Hello, I am creating a bash script that needs to validate email addresses. It must call a function to validate the address and see if it's on the local system or not. Then it needs to return a value and send a file to that email address provided it's valid. Any help is greatly appreciated.
  3. vetteguy69

    Date Query Problem

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  4. vetteguy69

    Date Query Question

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  5. vetteguy69

    SQL Query Date Problem

    I have a MySQL database and was looking for a query to take in 2 form variables (beginning and end date) and based on those dates, return users from the database who's birthday(already in database column) is within that date range. How would I achieve this type of functionality?
  6. vetteguy69

    SQL Current_Date Query Help

    Hello, I am making a data driven site and want an admin page to display a list of people whose birthdays are in the next 14 days based on data from a MySQL database. How would I devise the SQL query to take in the current date and show me the birthdays from the database who are within 14 days of...

Part and Inventory Search

Back
Top