Jump to content

designer needs help - will design in return ...


NOOB-DUDE

Recommended Posts

hi guys i have implemented a html form on the following page www.aquablu.org/contact.html i am trying to create a php file to send the data from the form to the following addresss [email protected] (validation is not required just that the info is sent)

once submited the page will go to thanks.html.

 

can anyone help me with their programing knowledge in return for a bit of design work ?

 

I am completely stumped.

 

thanks

 

NOOB

Hi Blade280891,

 

i think you'll find that the css i created by a WYSIWYG program. I design - i.e in photoshop and then let the programm write the code (more to the point why i need help with such things). I think remarks like that are best sent privately, at least that is until you know for sure what you are talking about. Comments like that can be unhelpfull to a new person on these forums.

 

regards

 

NOOB

When using the $_POST vars, you place the name of the form field within the square brackets (wrapped in quotes).

 

So the following variable $_POST['email'] will refer to a form field named email. So retrieve the value from the form field called element_1_1 you'd use $_POST['element_1_1']

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.