I\'m trying to execute a PHP function in the same page after the user enters a text and presses a submit button.
The first I think of is using forms. When the user s
Without reloading, using HTML and PHP only it is not possible, but this can be very similar to what you want, but you have to reload: