Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web site

Status
Not open for further replies.

Trev1987

Programmer
Mar 24, 2004
2
GB
I have set up a mail order site and I am having trouble with the email. When the user presses the submit order button there details appear but where there orders are it says 0. Here is the code for the order details for the submit form.

<input name="Manhunt orders" type="hidden" id="Manhunt orders" value="0">
<input name="Simpson orders" type="hidden" id="Simpson orders" value="0">
<input name="Bond orders" type="hidden" id="Bond orders" value="0">
<input name="Total cost of order" type="hidden" id="Total cost of order" value="&pound;0">

What I am thinking is that the value function is typed in wrong, can anyone help me.
 
Thats htmlfor a few form items, can't help but noticethe distinct lack of php related to the form ..[hammer]

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top