+ 2
Does PHP playground supports form's submit?
Hello! I'm trying to make simple function on php which will get data from input and store it to variable and output it. But on submiting page reloads and everithing disapears. How should I make form to store data from input?
5 odpowiedzi
+ 2
code playground don't have a PHP server reserved for form support.If you have computer I'd recommend installing XAMPP
+ 2
nope PHP is useless here
+ 2
run it with XAMPP or Apache or nginx server
+ 2
if you have Linux just open a terminal and type service apache2 start and then add files to /var/www/html directory
+ 1
thank you