Dog Tags in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Copelandci
Forum Newbie
Posts: 1
Joined: Tue Mar 30, 2010 3:55 pm

Dog Tags in PHP

Post 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.
Post Reply