Hello
I want to have 4 files
index.php
go1.php
go2.php
admin.php
in admin.php I want a switch command to switch between go1.php and go2.php
for example in admin.php there must be two buttons go1 and go2 when I click on go1 index.php will behave as go1.php and when I click on go2 index.php will behave as go2.php
any tutorial or easy way to do this ?