Use a TYPE="IMAGE" but have the SRC="../images/button.php?text=Move"

Then have PHP generate the button to have whatever text comes in from
$_GET['text']

http://php.net/gd

On Mon, January 30, 2006 8:11 am, Jevos, Peter wrote:
>
> Hi all
>
> I'd like to ask you one ( probably ) simple question. I'm using
> webmail
> and I want to use other than default php grey button.
> I found on the pages how to use image instead of the default button.
> So
> I changed
>
> INPUT TYPE="submit" NAME="move_button" VALUE="Move"
>
> to
>
> INPUT TYPE="image'" NAME="move_button" VALUE="Move"
> SRC="../images/button.jpg" width="19" height="50"
>
> It works but I found the other important problem. This is image. What
> happend when I change the language ? Nothing cause this is permanent
> image and text "Move" is replaced by image
>
> So what should I do to change design of the button without using image
> ?
>
> Thanks a lot for an answers
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to