Search results

  1. P

    password protect problem

    From answering your question directly it sounds like you have a form and you want to grab the data on submission. So to grab the password you'd grab the post value and then to store in your database use the sha1 PHP function, I recommend also using an encryption key to help with the protection...
  2. P

    Within webpage scrolling on Apple devices

    Not sure I totally understand the question? You want your scrollbars on your website to hide and only appear on scroll or what?
  3. P

    PHP forms

    You would also need a JavaScript function to add new elements incrementing a hidden variable as the counter. The database structure would most likely use a new table for 'friends' or something similar so you can have multiple rows rather than using the same table and adding additional columns.
Top