How can I access data through url in php..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can I access data through url in php..?

I think that's about $_GET & $_POST methods..

23rd Apr 2020, 11:49 AM
Akhil Techie
Akhil Techie - avatar
3 Answers
+ 4
https://stackoverflow.com/questions/6902128/getting-data-from-the-url-in-php Check out this link U can acces a data named username for ex. like this -> echo $_GET[‘username’]
23rd Apr 2020, 11:55 AM
Rei
Rei - avatar
+ 4
Thanks a lot Rei
23rd Apr 2020, 1:58 PM
Akhil Techie
Akhil Techie - avatar
+ 1
Akhil Techie No problem
23rd Apr 2020, 1:58 PM
Rei
Rei - avatar