Generate Unique Password

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Generate Unique Password

    I have a script that allows people to upload files to our in SQL database
    (using php) and need to give the uploaded a unique code as a reciept when it is
    finished.

    I know I could use the record ID (primary field) as the code, but would rather
    it be added to the database as a hidden field.

    How do I go about generating an alphanumeric value into a hidden text field??

    Also, can anyone help with max size of a BLOB field? as far as I can tell it
    is a mak of about 63K?

    Thanks. Sean

    Magic Maker Guest

  2. Similar Questions and Discussions

    1. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of...
    2. Unique Form inserting into many tables using unique id
      I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or...
    3. Unique pages from Password
      I'm looking for a way that suppliers to our business can access a web page and download a CSV file showing their current sales details. Is there a...
    4. Auto generate unique order number sequential
      Hi: I need help on how to code in a CFFORM an order number. This order number must be auto generated, be unique and sequential. By the way I'm...
    5. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I...
  3. #2

    Default Re: Generate Unique Password

    -Bump-

    Any ideas??
    Magic Maker Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139