I am beginner php programmer.How can i create dynamic link without using database in php page. For example
I have creat a form. When user enter the data and click submit. I want to display submit page in same page.
My form page is:
www.mysite.com/form.php
and i want to create submit page:
www.mysite.com/form.php?submit
Can anybody please help me with this.
Thanks