Miguel Angel Morales <[EMAIL PROTECTED]> wrote: : : Yes James, I'm trying to redirect to a php page, but : as I use print "Content-type: text/html\r\n\r\n"; : when I user your cgi : : > use CGI; : > my $q = new CGI; : > ..... : > print $q->redirect( "../index.php" ); : : it only writes Status: 302 Moved Location: ../index.php
Don't use both. the CGI redirect should be used instead of print "Content-type: text/html\r\n\r\n"; HTH, Charles K. Clarkson -- Head Bottle Washer, Clarkson Energy Homes, Inc. Mobile Home Specialists 254 968-8328 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]