Jump to content

mickey

Members
  • Posts

    10
  • Joined

  • Last visited

mickey's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. mickey

    search engine

    i want to make if the user type a word to search then the system will display all list that have the word in it.how can i do it.what is the coding?
  2. i've done it and it works
  3. i did my coding like this.then as long there is still data in the dbase it will display it.hope it work for you.i'm new too in asp.about 1 and half month.<%while not rs.EOF%>Response.Write("<TD>")Response.Write(rs("courses")& "</TD>")
  4. mickey

    duplicate into dbase

    i've already have three tables like you said.but my supervisor ask me so in one form a user can apply many courses.my form is like this.course1 name_________________course2 name_________________course3 name_________________user name_________________ID_________________etc the user profileso i want to make each of the course,course1 2 and 3 to be inserted into differrent line in tables but the user profile will be duplicate into each line too.is it possible to do this?
  5. mickey

    change password

    i can do it now.thanks
  6. i made a form where a user will entered the courses that they want to attend.i wish to make the user can choose multiple courses in one form but only once enter their profile.what i want to ask is how can i make duplicate data in database so each of the courses will be put into differrent line and the profile of the user will duplicate for each line in dbse.i use access as my dbase.i don't know what kind of coding to use to make that.
  7. mickey

    change password

    i want to make when the user want to changed the password,they have to entered old password,new password and confirm password.can anyone help me with the coding?the old password must exactly as the current password.and new and confirm password must be same.help me please
×
×
  • Create New...