How to get a php file data to a HTML form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to get a php file data to a HTML form

get name from php

25th Jun 2016, 9:03 PM
Âshvin Solanki
Âshvin Solanki - avatar
4 Answers
+ 1
I know this method are use but this method are used to send the data HTML form to php but I can process the request and send response to HTML form text box plz give me Example
27th Jun 2016, 8:07 AM
Âshvin Solanki
Âshvin Solanki - avatar
0
$_POST
26th Jun 2016, 4:33 AM
Ing. William Orlando Jaimes T.
Ing. William Orlando Jaimes T. - avatar
0
extract($_POST); this will extract all the html input data in php which can be used anywhere using html id or name fiwld
27th Jun 2016, 4:27 AM
Rajat Tiwari
Rajat Tiwari - avatar
0
There are 3 global associative arrays in PHP to do that. $_GET, $_POST,and $_REQUEST.
27th Jun 2016, 5:09 AM
Alejandro Bozzi