Hi, I am very new to the world of PHP and I was hoping someone could help.
I am trying to create a mini e-card site for some university work I have to do. I have created the form where I ask people to enter their name etc etc. I run into problems with the php however.
What I want to be able to do is to pass the variables from the form into a php file where it encodes the variables into a URL which sends an e-mail saying the person has a new card, click on this URL to see it. This then takes them to a page where they can view the card and any message the sender wrote.
I have worked out how to get the variables out of the URL and display them but I dont know how to encode the variables into the URL which people click on in the e-mail.
I have being looking around and I know how to pass variables from the form HTML to a php file and display the results, but I need the variables to pass from the form HTML to a "thank you - an e-mail has been sent" type php file then onto another php file where the variables are displayed when the link is pressed.
Does this make any sense? I would appreicate anybody's help in this matter! Sorry for my newbism and if this post annoys experienced php developers!
Thanks!
Scott.