I am working on a redirect script to log "out"'s. I was trying to do
it with a header redirect:
<?php

// Log in database
/*
 -snip-
*/

// Send user away
header ("Location: ".$url);
?>

Does this seem like it should work? It doesn't. What is the correct
syntax for these things? You can see the 'prototype' at
http://lyricslist.com: Just click on the logo or the word "Song
Lyrics" above the ads. Thanks in advance for any help.

Dotan Cohen.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to