-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Marc,

On 16 March 2001 at  23:09:48 -0500 (which was 04:09 where I  live)
Marc Bragg wrote to [EMAIL PROTECTED] and made these points:

MB> Crazy after hours of syntax. How do you insert php code so that on
MB> different results, 1 or 0, a different the resulting html page is
MB> redirected or refreshed to a dfiferent url . . . . i tried:

MB> <?php if(check_num == 0) <meta http-equiv="refresh"
MB> content="5;URL=http://www.chescolawyers.com/BB/index2.shtml">
?>>

You need to use the echo command to send the meta tag to the client
browser:

<?php if(check_num == 0) echo( '<meta http-equiv="refresh"
content="5;URL=http://www.chescolawyers.com/BB/index2.shtml">');
?>

- --
Cheers -- .\\arck D. Pearlstone -- Consultant Software Engineer
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com      ]

 Where do forest rangers go to "get away from it all?"

-----BEGIN PGP SIGNATURE-----
Version: 6.5.8ckt (build 04)
Comment: PGP Sealed for freshness

iQA/AwUBOrHTzTnkJKuSnc2gEQL0XwCdHc4mQue9y6fj7/7MDSHv7DZTTAkAn2O0
2G925ybqEvrxDssa0Nd747+m
=jyQl
-----END PGP SIGNATURE-----




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to