[thelist] Call html page with php

Wolfgang Klinger wolfgang at wazum.com
Wed Feb 20 01:43:01 CST 2002


> I need a php-function which calls a html-page to appear
> in the same
> frame like this:
> if(password == ok)
> {
> call_page(test.htm, "oneframe");
> }

hi!

you can set the new location in the header:

    header("Location: test.htm?param1=xxx");

Wolfgang





More information about the thelist mailing list