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