Hi Ryan,
you have an error in your script.
Quoting Ryan Schefke <[EMAIL PROTECTED]>:
>
> <?php
> header ('Location https://www.tgwedding.com/payment6.php');
> exit;
> ?>
correct one is
<?php
header ('Location: https://www.tgwedding.com/payment6.php');
?>
Note the ":" after Location.
HTH
-R'twick
--
This is a signature
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php