New page resulting from code results

I’m writing a log-in code. When user input matches database values, I want the user automatically taken to the appropriate webpage. Can someone tell me how to do this? If there’s a term for this, please tell me so I search here and on the web.

Thanks

Try this search [google]login php tutorial[/google] - use the term “login” as in “to login”.

HTH

Thanks, Cups. I found this code that seems to work for me…

<? ob_start(); // prevents error calling header ?>

So far no problems!