Hi..
I have two pages page1.php & page2.php. I also have a link in page1.php that will take me to page2.php. Now, there is a button in page2.php which should take the user to page1.php upon clicking.
Any one could help me to accomplish this please?
I am not so sure if button is a good option to use here instead of link. But I initially tried using link in page2.php also (which will take me to page1.php). But I need to refresh my page1.php each time I click the link and I couldn't do that though I tried. So, I am thinking of using button now.
I am new to this. Not sure if this is so stupid a question to ask..
Thanks for your help..
I have two pages page1.php & page2.php. I also have a link in page1.php that will take me to page2.php. Now, there is a button in page2.php which should take the user to page1.php upon clicking.
Any one could help me to accomplish this please?
I am not so sure if button is a good option to use here instead of link. But I initially tried using link in page2.php also (which will take me to page1.php). But I need to refresh my page1.php each time I click the link and I couldn't do that though I tried. So, I am thinking of using button now.
I am new to this. Not sure if this is so stupid a question to ask..
Thanks for your help..
Comment