Log in

View Full Version : Customised Number Plate Script



wezc4
06-21-2011, 07:37 PM
Hello, im new to the site and looking for some help.

Ive been given a job to create a website that sells customised number plates. Basically i need help in creating a script that lets the user change values of the number plate through a form. Here is the example of the website that has the same script that i would like to use:

http://www.platesforcars.co.uk/designer.php#numberplates

Ive managed to gain the form with the options but i do not know how to programme it so it relays the information to place it onto the number plate. I would be greatful for anyone who could point me into the right direction. Thanks

djr33
07-12-2011, 02:31 PM
Late response, I just saw this. You can use PHP to handle the form data and generate an image using the GD library. It's not particularly easy but it will work. Alternatively you would just use text with either PHP or Javascript. (Javascript can work without reloading the page.)
If you need a lot more control and don't want to refresh the page, look into Flash.