Log in

View Full Version : Want to write dynamic text on images.



snowbydave
05-20-2006, 05:18 AM
Dear all.


I want to write a dynamic text on images. But after writing I want to move this text anywhere on a image.

Reference :

1. As you have seen on powerpoint, that after writing text when you click on a written text it will provide handler which will allow us to move text on images.

2. Also please check below url.

http://www.vistaprint.com/vp/ns/studio.aspx?pf_id=088&cfs=-1&combo_id=44951&icparts=yes&combo1=8055.82.17.68278%7c68278%2c68280%7c137%7c0&category_id=371&gallery_id=9

Here you can make movement to the text on images. If possible then email me PHP script.

I am heartly thankful to you.

djr33
05-20-2006, 07:47 AM
That is basic form handling combined with generating images.

Just look at http://php.net for both.

The forms are easy enough, but you probably understand that anyway.

The images are more complex, but there is information there.

I'm just trying to figure this stuff out myself.... so... can't be much help.

Twey
05-20-2006, 08:59 AM
Not really... to create the script you want, you'd have to use ECMAScript to handle the mouse events, then AJAX to update the image, which would be generated by PHP.