Good morning. My request localhost/actionGet.php?name=jonh&age=25 is not comming. I try action="actionGet.php" in form. Thanks y | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good morning. My request localhost/actionGet.php?name=jonh&age=25 is not comming. I try action="actionGet.php" in form. Thanks y

Display localhost/actionGet.php?name=John&age=25 https://code.sololearn.com/WBB7Fa4yu9r2/?ref=app https://code.sololearn.com/wXUsQkgi17jY/?ref=app

7th Aug 2022, 2:37 PM
Malick Diagne
Malick Diagne - avatar
4 Answers
0
Did you tried this on your pc or just here on sololearn? We can't access local files(files from our phone) or to point to files from sololearn in way as you try. Thats probably why your code is not working. Code is looking fine to me. Try this on your PC and make sure you run it with localhost (start server with something like xampp) and place project files in right folder
7th Aug 2022, 11:24 PM
PanicS
PanicS - avatar
0
Good morning Where i get xampp to install environnement php ? I want want to install it. It is possible in sololearn application ? Thanks you sir
8th Aug 2022, 5:56 AM
Malick Diagne
Malick Diagne - avatar
0
I begin environnement xmppc php in linux. I install it. And now i want to begin php. Have you something please to start environnement xmppc ? Thanks you sir
8th Aug 2022, 7:00 AM
Malick Diagne
Malick Diagne - avatar
0
You cant do this inside sololearn app, you need PC. Because PHP is server side language you need to run local server. xampp is popular option when you work with php Here is website to download it https://www.apachefriends.org/ Here is some video tutorial to follow: https://youtu.be/E44iSN1Th8c
8th Aug 2022, 7:00 AM
PanicS
PanicS - avatar