I want to create a image string that retrieves the params of the url to put on the image in php like so:
image.php?user= Ajm113
Then it should print the user on the image string, but for some reason it doesn't work. Is it more then that?
image.php?user= Ajm113
Then it should print the user on the image string, but for some reason it doesn't work. Is it more then that?
Comment