calculation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kamsmartx
Forum Newbie
Posts: 21
Joined: Mon Apr 21, 2008 10:03 am

calculation

Post by kamsmartx »

hi
I want to work with a simple calculation to be introduced and let the value of 0.05 in this place

Code: Select all

 
<input type="text" name="Cover" id="Cover" align="right" style="background:#CCCCFF"/> 
 

The product emerges in this place

Code: Select all

 
<input name="Deduction" id="Deduction" type="text" align="right" style="background:#CCCCFF"  />
 
So the process is valuable inputs - 0,100
User avatar
Apollo
Forum Regular
Posts: 794
Joined: Wed Apr 30, 2008 2:34 am

Re: calculation

Post by Apollo »

Right. So, your question is... what exactly? :)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: calculation

Post by RobertGonzalez »

Seriously, you need to clarify what you are asking.
Post Reply