I edited my post to insert the code properly. Thank you for your guidance on that.
Monty
Search found 3 matches
- Thu Feb 19, 2009 9:55 am
- Forum: PHP - Security
- Topic: Database Security
- Replies: 6
- Views: 1854
- Wed Feb 18, 2009 6:18 pm
- Forum: PHP - Security
- Topic: Database Security
- Replies: 6
- Views: 1854
Re: Database Security
Thank you for your responses. I didn't post the code originally because I didn't know which to post, the register user, login, or data entry form. I have posted the data entry form. Monty <?php require_once('../Connections/conntherapists.php'); ?> <?php //initialize the session if (!isset($_SESSION)...
- Wed Feb 18, 2009 5:24 pm
- Forum: PHP - Security
- Topic: Database Security
- Replies: 6
- Views: 1854
Database Security
I don't have much php development experience. I have designed a form that my wife will use to input data on local therapists. The data will then show up on a web page listing local therapists. None of the information is confidential. I created a form to register my wife with an encrypted password an...