Page 1 of 1

stalled executing script (DreamWeaver MX PHP)

Posted: Thu May 29, 2003 3:04 pm
by kendall
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

Posted: Thu May 29, 2003 3:24 pm
by mrvanjohnson
Posting some of your code would help us help you :wink:

Posted: Thu May 29, 2003 3:38 pm
by m3mn0n
Remove all html headers, at the top of the page add:

Code: Select all

<?php
Header ("Location: confirmationpage.php");
?>