View Single Post
  #14  
Old 01-20-2002, 05:06 AM
thetechfreak
 
Posts: n/a
Default Re: <{TheT3chfreak's Challenge #3}>

the yes or no in the database is sayin whether they have SEEN the quiz, yes i am keeping the open ended answers and them being mailed to me, to simplify what iwant (this is the 3rd revision lol)

the only thing i cant does is the database bit, i need a php page to
register, a page to login, when the user goes to a page it checks the
database to see if they have been there already, in the database a simple
on/off or yes/no is put on their record under that challenge, it is
generated using SSI to include up to the submit button (no ending </FORM>
yet), a hidden field with the userid is added <input type="hidden"
name="realname" value=(insert username here)>, then </FORM></BODY></HTML>,
the page is shown, the rest is done using perl/cgi to send the challenge
using formmail
Reply With Quote