+ 5
How can I access data through url in php..?
I think that's about $_GET & $_POST methods..
3 odpowiedzi
+ 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’]
+ 4
Thanks a lot Rei
+ 1
Akhil Techie No problem