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
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