Search found 2 matches
- Fri Nov 05, 2004 3:03 pm
- Forum: PHP - Code
- Topic: form confirmation
- Replies: 3
- Views: 403
thanx for the quick reply, but i got it fixed!!! :D <?php # message.php // Include the configuration file for error management and such. require_once ('includes/ia-config.inc'); // Set the page title and include the HTML header. $page_title = 'Add Client'; include ('includes/ia-header.html'); if (is...
- Fri Nov 05, 2004 10:47 am
- Forum: PHP - Code
- Topic: form confirmation
- Replies: 3
- Views: 403
form confirmation
I am having a horable time trying to get this page to work and i don't understand why. the page can bee seen at http://www.glassdragon.org/ia/test.php . Everything on the page works like i expect it to except for when you hit the confirmed button. Can someone here help me get rid of thes headache i ...