Hello up there!
I think it´s easy but i don´t find the answer!
I want the user to go to a page if a condition is true, example:
if (a==b) {go_to_that_page.htm ;}
I tried with fopen(), link(), but perhaps i´m missing something.
Could somebody help me with this?