Re: Redirect Garry Jones wrote:
> <input type=hidden name="redirect"
> value="http://www.mydomain.com/redirect.html">
>
> redirected the user to a page of my choice. I would like to emulate this
> function with MYSQL.
I'm not sure how you mean. MySQL doesn't know anything about web forms
or HTTP redirects. Do you mean that the URL in that value attribute
should be queried from a MySQL table?
Regards,
Bill K. |