Whats is the code output $_get Page? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

Whats is the code output $_get Page?

2nd Sep 2016, 9:43 PM
Moises Chipita
3 Réponses
0
your question is not understood
3rd Sep 2016, 3:06 PM
Vijay Kumar
Vijay Kumar - avatar
0
if the sample page is like this "addtocart.php/id=10" echo $GET [id]; then the output will be 10
4th Sep 2016, 4:45 AM
mark elly de leon
mark elly de leon - avatar
0
$_GET and $_POST are used to collect form data. when you use GET method then the data is passed in URL. like Google.com/search?q=get
4th Sep 2016, 8:07 PM
Ayaz Muttaqui
Ayaz Muttaqui - avatar