- 1
Whats is the code output $_get Page?
3 Answers
0
your question is not understood
0
if the sample page is like this "addtocart.php/id=10"
echo $GET [id];
then the output will be
10
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