NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page How to pass data

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-24-2003, 12:43 PM THREAD STARTER               #1 (permalink)
New Member
Join Date: Jul 2003
Posts: 3
talent is an unknown quantity at this point
 



How to pass data


How does one pass the data values that are input on one page to a subsequent page?
talent is offline  
Old 07-24-2003, 03:29 PM   #2 (permalink)
Senior Member
Join Date: May 2003
Posts: 2,187
adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough
 


Breast Cancer
well you can use sss to do it depends what you know or what your host is called
adam_uk is offline  
Old 07-24-2003, 04:18 PM   #3 (permalink)
NamePros Member
Join Date: Jul 2003
Posts: 118
web guru is an unknown quantity at this point
 



use forms to pass the data to the other page

------------
<form enctype="multipart/form-data" action="subsequent_page.php" method="POST">

<input type="text" name="user_input_one">
<input type="text" name="user_input_two">

<input type="submit" value="Go To Next Page">

</form>
------------


The inputted values will then be sent to the next page. Where you can print them on screen by doing,
????: NamePros.com http://www.namepros.com/programming/15050-how-to-pass-data.html

------------
<?php
echo $_POST['user_input_one'];
echo $_POST['user_input_two'];
?>
------------
web guru is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 01:30 PM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger