Hello,
I have a DreamweaverMX made script that inserts records into a database
In trying to insert a record the record is inserted ( i can check via mysql phpadmin program) yet the page still acks like its executing!!
Its not even timing out
i cant understand what this problem can be can anyone tell me what do i need to look for as the script's goal is being acheive but it just isnt redirecting to a 'success page' which is a master detail page
Kendall
stalled executing script (DreamWeaver MX PHP)
Moderator: General Moderators
- mrvanjohnson
- Forum Contributor
- Posts: 137
- Joined: Wed May 28, 2003 11:38 am
- Location: San Diego, CA
Remove all html headers, at the top of the page add:
Code: Select all
<?php
Header ("Location: confirmationpage.php");
?>