Hello.<br><br>I am trying to make a login page. All of the passwords are kept on a SQL database. THe user must input the correct password or they can not proceede to the next level. There will be over 100,000 passwords to begin with, and it will only expand. Do you know how the best way to progress with this is? I know how to make password sites, when there is less than 20 people that can access the page, but I have not made anything on this level until now. <br><br>Thanks!
im working on a Discussion Forum, when i'll click a hyper link that is message or title of the forum i want to open another page that should display other attribute including details of the topic, kindly help me out to find answer
Was this answer helpful ?
Yes No
Kenshin, even a lookup in a several millions database should not take longer than .1 to .3 secs given that there is a proper index. I believe people can wait that long.
afshar,
see what is documented for "a href" tags
pass parameters thru URL
Was this answer helpful ?
Yes No