When I run the code from the lesson and click on the "submit" button it opens the PHP file. How I can POST the data to the PHP f | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When I run the code from the lesson and click on the "submit" button it opens the PHP file. How I can POST the data to the PHP f

7th May 2018, 1:36 PM
Dimitriy Yaroshchuk
3 Answers
+ 1
code please
7th May 2018, 1:38 PM
Mr. Anonymous🇰🇪
Mr. Anonymous🇰🇪 - avatar
+ 1
i suggest you start the html course to fully understand that
7th May 2018, 1:59 PM
Lexfuturorum
Lexfuturorum - avatar
0
with html #php is an external file also use #action="url_to.php" <form method="POST"> <input type="text" name="variable"> <input type="submit"> </form>
7th May 2018, 1:57 PM
Lexfuturorum
Lexfuturorum - avatar