[snip]
I have a redirect i would like to do using php. It will go something like 
this
if (mysql_db_query ($dbname, $query, $link)) {
      {redirect would go here}
} else {
     {a different location on this redirect here}

How can i accomplish this? i just do not know php well enough to code the 
redirect. Please help. Thanks in advance and for all of the past help.
[/snip]

Use the header() function

http://www.php.net/manual/en/function.header.php

HTH!

Jay

My reality check bounced 

*************************************
* Want to meet other PHP developers *
* in your area? Check out:          *
* http://php.meetup.com/            *
* No developer is an island ...     *
*************************************


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

Reply via email to