Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
How to pass parameters?
Old 09-25-2003, 02:22 AM How to pass parameters?
Average Talker

Posts: 21
Trades: 0
Hi, I am moving from ASP to PHP but am having trouble with even the simplest task. I want to pass a parameter from a form to a processing page. Here is the code of both files:

MyForm.html

<html>
<head>
<title>my form</title>
</head>
<body>
<form action=process.php METHOD=post>
<input type=checkbox name=mychoice value="210">
<input type=submit value=Confirm>
</form>
</body>
</html>

process.php

<html>
<head>
<title>process form</title>
</head>
<body>
<?php echo ($mychoice);?>
</body>
</html>

So I go to IIS, select MyForm.html, and browse it. It opens up in Internet Explorer. I tick the box and click SUBMIT. The PHP page opens and gives an error "Notice: Undefined variable" for the form checkbox "mychoice".

How can I fix this?

Thanks,
May
may_hem1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-25-2003, 08:29 AM
david's Avatar
King Spam Talker

Posts: 1,314
Location: Glasgow, UK
Trades: 0
Try:

<?php
echo $_POST['mychoice'];
?>
__________________

Please login or register to view this content. Registration is FREE
- Everything a webmaster needs - for free

Please login or register to view this content. Registration is FREE
- Free web hosts reviewed and rated

Please login or register to view this content. Registration is FREE
- Impartial hosting directory - Add your host today for FREE
david is offline
Reply With Quote
View Public Profile
 
Old 09-27-2003, 07:48 PM
Average Talker

Posts: 21
Trades: 0
Thx David!

It's works great.

May
may_hem1 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to pass parameters?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.89290 seconds with 12 queries