Page 1 of 1

Dog Tags in PHP

Posted: Fri Apr 02, 2010 11:11 pm
by Copelandci
I have a client that runs a PX store, I have his site mostly complete however I am having trouble deciding how to complete his dog tag page, I thought I could do it in flash, but I was wrong. After doing research I now believe it can be done in PHP, unfortunately I am unfamiliar with PHP. Here is the what I am wanting to do:

First build a form that captures users text and saves that to a file on the server
Second build a form that will capture the users image for the dog tag and save that to file on the server
Third pull both files from the server and display them on a page with a Dog tag background
Fourth on submit E-Mail that information to Jeff and redirect user to add to cart page

Here is his current site: http://JeffsPX.com
Any Ideas? I am running a Linux Ubuntu Server. with PHP and MySQL, and I will be setting it up to handle E-Mail via Postfix this weekend. Thanks in advance.