I think this should be easy but don't know how to do it.
I want to pass in three parameters from a href to a php script like so
<a href="showimage.php?image=image1.jpg?width=100?height=100">
The php script should get the image and display it using the height and width parameters.
I'm not sure if the href line is structured correctly and haven't a clue how to parse it in PHP



Reply With Quote


Bookmarks