Click to See Complete Forum and Search --> : I am new at this and i need help


Anon
06-20-2002, 08:04 PM
I need help learning the list function in mysql. i have looked everywhere and cant find anything,
here is what i am trying to do, i want to be able to call a specific url back from a field
and everything i try doesnt work. can anyone help me figure out a good way for doing this.
Thanks freeman

Anon
06-21-2002, 07:41 AM
when you say a field, what kind of field. Is it a database field, or a <form> field. Genrally you can use the header function, so long as it appears before any html in your code. eg

<?
header("Location: $my_target_url");
?>

<head>... etc

JOhn