Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 28th, 2006, 01:15 PM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to collect values?

How can I collect values from a form and display them in the same window? For example, to multiply your age by 3:

How old are you?
<---- Here must be there a text field where the user inputs a number, say, 19.


Click to calculate.
<---- Here must be there a button. The user clicks on it and the results must appear immediately:


Result: 57 <---- The result of multiplying 19 * 3 must appear here.


I'll appreciate your teaching.

Kirks.
 
Old August 28th, 2006, 01:12 AM
Authorized User
 
Join Date: Mar 2005
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to pritz Send a message via Yahoo to pritz
Default

Hi kirks...
try somethign like below PHP_SELF is a variable whcihc stores the current url so when u post u are set back to the same url after posting data.
<form metho="post" action=$_SERVER[PHP_SELF]>...

i hope it solves ur problem






Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle stored proc Bulk Collect kulkarnimonica ADO.NET 1 November 6th, 2007 07:42 AM
Collect database space used and generate a report lixiay99 SQL Server 2000 2 May 9th, 2006 06:14 PM
collect a number Abhinav_jain_mca ADO.NET 6 September 1st, 2004 09:18 AM
page level NTFM auth - gives loss of form collect nickc001 Classic ASP Professional 0 November 26th, 2003 12:22 PM
How do I collect windows log on tray Javascript How-To 2 September 3rd, 2003 02:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.