Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how to ensure secure entry of personal details

Featured Replies

Hey guys,

 

i'm busy working on a site for a friend which involves me needing to allow for members of his sports club to add personal details. I need the information they upload to be as secure as possible but tbh don't really know what i can do other than encrypt the data before adding it to the database. What standards should i follow in securing this data?

 

Any input would be helpful

 

Thanks,

Jonny

Cryptography doesn't always work. you can still cause a lot of damage without exploiting the addresses.

 

To help secure you need to restrict your scripts and ensure security so as to prevent potential weaknesses.

 

A good start is to make sure your database connection file is held outside the public directory tree.

Cryptography doesn't always work. you can still cause a lot of damage without exploiting the addresses.

 

To help secure you need to restrict your scripts and ensure security so as to prevent potential weaknesses.

 

A good start is to make sure your database connection file is held outside the public directory tree.

 

 

An example of the database connection file being outside the public tree will be like this

 

 

On a unix system, or one like mine, public_html is the only file that users can access when they visit your site

 

 

level one - public_html(folder) DBconnectfile.php

level two - website files

 

And to include the file you simple use ../DBconnectfile.php in your source, hope that is clear enough.

 

Ben

  • Author

Sorry, the folders i have are htdocs, logfiles and private. I currently store all my files in the htdocs folder as (unless i have missed something) this is where the index.php file is stored. I currently have my db connect file stored there aswell. Could you give me another quick example to show how it would work with the setup i have.

 

Thanks in advance,

Jonny.

  • Author

Sorry, the folders i have are htdocs, logfiles and private. I currently store all my files in the htdocs folder as (unless i have missed something) this is where the index.php file is stored. I currently have my db connect file stored there aswell. Could you give me another quick example to show how it would work with the setup i have.

 

Thanks in advance,

Jonny.

 

anyone able to shed any light?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.