Search results

  1. A

    Date formatting (week ending - list box)

    Hi all, Im building a form which has a list box that displays the date every of every Friday for the past 6 months or so. Its for an Intranet, where users log their progress for the previous week. How can I get the date of the previous Friday's that display in a list box? Im a bit of a...
  2. A

    get record id straight after inserting

    Hey all, This is what im trying to do. step1: User enters data into a form (done) step2: Enter details into database (done) & redirect to page showing the data just entered so that user can confirm details. (problem) Here is the code where the problem lies. (the sql to insert isnt shown, but...
  3. A

    account verification (database question)

    Hi all, I have a system where users can register, but must verify their email addresses by clicking on a confirmation link sent to their email. I currently have the database set up as follows tbl_temp_members (confirmcode, firstname, lastname... etc) tbl_reg_members (userid, firstname etc...
Top Bottom