I want to use the URL of the link that was clicked in a VB.net program. How can I take the url from my browser url bar and use it in my PHP program?
Example:
VB.net - click link then open using a web browser
url: www.something.com/id=^%$#@&var2=13lfhd3f4gt
PHP - put the link in a variable or something so that I can use explode command to get the id
and var2
from the URL itself
I need those variables to output a certain value from my database.