Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 08-26-2005, 07:07 AM   #1
Member (9 bit)
 
darkside's Avatar
 
Join Date: Jul 2003
Location: Sheffield, UK
Posts: 292
php form doesnt work

order.html

HTML Code:
<html><body>
<h4>Tizag Art Supply Order Form</h4>
<form>
<select>
<option>Paint</option>
<option>Brushes</option>
<option>Erasers</option>
</select>
Quantity: <input type="text" />
<input type="submit" />
</form>
</body></html>
process.php

PHP Code:
<html><body>
<?
$quantity 
$_POST['quantity'];
$item $_POST['item'];

echo 
"You ordered" $quantity .  " " $item;
?>
</body></html>
i click submit on order.html and it takes me to process.php and all i get returned is a blank page, im following a tutorial @ http://www.tizag.com/phpT/forms.php and i have no idea whats wrong with it, by my reckoning that SHOULD work

do i have to tell the submit button what to submit or will it submit anything within the
tags?
darkside is offline   Reply With Quote
Old 08-26-2005, 07:31 AM   #2
Member (7 bit)
 
Join Date: Jul 2005
Location: Birmingham, England
Posts: 101
Send a message via MSN to Auriga
I used this tutorial (clicky clicky).

I may help you out a bit as i used that tutorial on my site.
Auriga is offline   Reply With Quote
Old 08-26-2005, 03:15 PM   #3
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Read the second page.

PHP Code:
<html><body>
<
h4>Tizag Art Supply Order Form</h4>
<
form action="process.php" method="post">
<
select name="item"
<
option>Paint</option>
<
option>Brushes</option>
<
option>Erasers</option>
</
select>
Quantity: <input name="quantity" type="text" /> 
<
input type="submit" />
</
form>
</
body></html
You haven't told it what your variables are.
<select name="item">
<input name="quantity"
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:

(Examples: build PC, install hard drive, iphone 4G, install memory, etc.)

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 04:56 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2