PHP

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Real-Time Form Updating

    5 answers - 460 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I am trying to build an order form for our clients to use to order hardware
    and software, or atleast get a price quote for such. The page is done and
    working using a FRM PST to a second page taht works on the variables and
    generates the totals.
    That being siad, I have a field for total number of users that I would like
    to calculate the total of about five variables in real-time, before the
    submit button is activated. Is this possible?
  • No.1 | | 1135 bytes | |

    Absolutely, but you wouldn't really be using PHP to do. Javascript
    would be required to handle the real time display update. Javascript
    could also to the calculations. If you want to query the server for
    prices and have PHP do the calculations and spit back totals, you'll
    need to use AJAX.

    PHP only receives requests and spits out information. It has no idea
    what is requesting the information or how it is being interpreted. If
    could be a browser, perl script, or a javascript function. It makes
    no difference to PHP. Thus, your question isn't a PHP question.

    Nov 18, 2005, at 11:39 AM, Chase wrote:

    I am trying to build an order form for our clients to use to order
    hardware
    and software, or atleast get a price quote for such. The page is
    done and
    working using a FRM PST to a second page taht works on the
    variables and
    generates the totals.

    That being siad, I have a field for total number of users that I
    would like
    to calculate the total of about five variables in real-time, before
    the
    submit button is activated. Is this possible?
  • No.2 | | 646 bytes | |

    I might have the wrong end of the stick, but would it not be easier to
    calculate these variables in the form handling script?

    Cheers,

    David Grant

    Chase wrote:
    I am trying to build an order form for our clients to use to order hardware
    and software, or atleast get a price quote for such. The page is done and
    working using a FRM PST to a second page taht works on the variables and
    generates the totals.

    That being siad, I have a field for total number of users that I would like
    to calculate the total of about five variables in real-time, before the
    submit button is activated. Is this possible?
  • No.3 | | 838 bytes | |

    Yikes I am dreadfully sorry to have offended everyone with my BVIUSLY
    non-PHP question. I will look to JavaScript for help in this matter.

    Please end the spiteful personal emails regarding this topic.

    ""Chase"" <php (AT) micfiles (DOT) comwrote in message
    news:1C.E0.07637.9D60E734 (AT) pb1 (DOT) pair.com
    >I am trying to build an order form for our clients to use to order hardware
    >and software, or atleast get a price quote for such. The page is done and
    >working using a FRM PST to a second page taht works on the variables and
    >generates the totals.
    >

    That being siad, I have a field for total number of users that I would
    like to calculate the total of about five variables in real-time, before
    the submit button is activated. Is this possible?
  • No.4 | | 838 bytes | |

    Yikes I am dreadfully sorry to have offended everyone with my BVIUSLY
    non-PHP question. I will look to JavaScript for help in this matter.

    Please end the spiteful personal emails regarding this topic.

    ""Chase"" <php (AT) micfiles (DOT) comwrote in message
    news:1C.E0.07637.9D60E734 (AT) pb1 (DOT) pair.com
    >I am trying to build an order form for our clients to use to order hardware
    >and software, or atleast get a price quote for such. The page is done and
    >working using a FRM PST to a second page taht works on the variables and
    >generates the totals.
    >

    That being siad, I have a field for total number of users that I would
    like to calculate the total of about five variables in real-time, before
    the submit button is activated. Is this possible?
  • No.5 | | 898 bytes | |

    11/18/05, Chase <php (AT) micfiles (DOT) comwrote:
    Yikes I am dreadfully sorry to have offended everyone with my BVIUSLY
    non-PHP question. I will look to JavaScript for help in this matter.

    Please end the spiteful personal emails regarding this topic.
    --
    ""Chase"" <php (AT) micfiles (DOT) comwrote in message
    news:1C.E0.07637.9D60E734 (AT) pb1 (DOT) pair.com
    >I am trying to build an order form for our clients to use to order hardware
    >and software, or atleast get a price quote for such. The page is done and
    >working using a FRM PST to a second page taht works on the variables and
    >generates the totals.
    >

    That being siad, I have a field for total number of users that I would
    like to calculate the total of about five variables in real-time, before
    the submit button is activated. Is this possible?

Re: Real-Time Form Updating


max 4000 letters.
Your nickname that display:
In order to stop the spam: 2 + 1 =
QUESTION ON "PHP"

EMSDN.COM