This content has been marked as final.
Show 3 replies
-
1. Re: Addition in PHP
pbsum83 Mar 5, 2009 12:05 PM (in response to pbsum83)Anyone? Sorry this a silly question. Really need to find out how to do this ASAP! Thanks for reading!! -
2. Re: Addition in PHP
Newsgroup_User Mar 5, 2009 12:08 PM (in response to pbsum83)paul jersild wrote:
> I have a simple PHP registration form, with a couple option boxes for different
> prices. I want to use the $_POST command to send me the total price.
$total = $_POST['itemA'] + $_POST['itemB'];
--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com -
3. Re: Addition in PHP
Newsgroup_User Mar 5, 2009 1:16 PM (in response to pbsum83)Did you check here - http://www.php.net/en/manual?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"paul jersild" <webforumsuser@macromedia.com> wrote in message
news:gopbar$bo0$1@forums.macromedia.com...
> Anyone? Sorry this a silly question. Really need to find out how to do
> this ASAP! Thanks for reading!!

