hi folks,
i have a little question wich maybe is very simple but i cant't figure it out without some help...
i have a forum with an image submit button.
like this:
input type=image src=/pathto/$pic name=$pic
$pic is the name of the picture and is stored in a mysql db.
now on pressing the image submit php create like it should be the two variables for the
picture (e.g. "nicechick.gif") $nicechick.gif_x and $nicechick.gif_y...
now my problem is, that i need the name of the image (in this case "nicechick.gif) and not the value for x or y.
how can i handle this?