Hi out there!
I got a stupid problem and I can find no answer:
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");
}
is there another possibility than using the header(location...)-
command?
Thanks in advance,
Melvin