Search found 1 match

by a4avaiz
Thu Feb 22, 2007 10:31 am
Forum: PHP - Security
Topic: Restricting direct access to a php page
Replies: 5
Views: 2116

Restricting direct access to a php page

Hi! I am new to php. I am trying to create a contact form.I have two php files: contact.php and insert.php. Contact.php contains the form elements. Insert.php contains only the database connection string and the INSERT query. I also gave an "Record added" echo statement in insert.php, if t...