Is html form or link the only way to go another page? Is there php function that would open another page? Also if i want to make a yes/no button group in a php page that will change how the program works(goto diffrent route in if else sentece), is html form only way to go?
Is it possible to use post or get second time without deleting all the previous data in global variables? should open $_SELF.. or somethink like that if i dont want to delete all changes in variables?