+ 1
PHP forms
Hello Is it possible to create a form with an action that takes place on the current form page. Whereby you do not have to to load another page but things just reload again on the same page producing results below the form. Tried it but its not working i used the $_POST and $_GET interchangeably but its not working. Please help
3 Answers
0
Try with empty action...
<form action="" method...
...that should load the same page.
But unfortunately it doesn't work in code playground.
0
I think it's possible, can you share the code?
0
yuulye
Sure iâll share the code soon
Johann Ditrich
thank you let me try to do that