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!

Search results for query: *

  1. Vermontecher

    Need help with this code please...

    Hi All, I am having a tough time with something that I figured (once again erroneously) would be quite simple. I want to compare two variables, one in a querystring and one in the database. I have the following which, when the page displays, shows me the two variables side by side. The problem...
  2. Vermontecher

    Case insensitive in If Statement

    Hello, I am sure this is simple for somoen but it is sure giving me a headache today. I want to do the following... <% GetState(s_State) if s_State = "CO" or _ s_state "Colorado" then Response.write ("CO") End If %> My function is as follows... function GetState(s_state) sql = "select *...
  3. Vermontecher

    Two questions... Date and If Statement

    Hello, I am new to PHP and I am trying to do something that I could do in ASP with my eyes closed, but PHP is so much different. Here are the two things I thought would be simple... 1.) I want to display data from the database according to a start and end date. In ASP I would use the...
  4. Vermontecher

    Need help tracking a user through login

    Hello, This may sound very basic to most but it is something that I have not had to do before and I would like to start using this. Here is what I want to do. I have built a web site with many pages. It is user based and a user has to sign in to get access to the inner pages. The sign in works...
  5. Vermontecher

    Tracking pages using cookies

    Hello, This may sound very basic to most but it is something that I have not had to do before and I would like to start using this. Here is what I want to do. I have built a web site with many pages. It is user based and a user has to sign in to get access to the inner pages. The sign in works...
  6. Vermontecher

    I need to Validate a form on a calculation.

    Hello, This is an awesome site, I am hoping one of you wizards have the answer to my quandry. I have a form that has two fields I need to calculate and validate. What I want is something like this... Background: Access 2000 Database Form developed in ASP Total of many fields but only two are at...

Part and Inventory Search

Back
Top