HTTP Post with *

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ike

    HTTP Post with *

    If I have a field which I am POSTing, and that field is, say, a mathematical
    expression such as:

    2*8

    must I escap the * somehow? what if it is something like:

    8 / 2

    How can I escape these String values when I POST them, such that the
    subsequent page can retrive the original expression? Thanks, Ike




  • Jerry Stuckle

    #2
    Re: HTTP Post with *

    Ike wrote:
    If I have a field which I am POSTing, and that field is, say, a mathematical
    expression such as:
    >
    2*8
    >
    must I escap the * somehow? what if it is something like:
    >
    8 / 2
    >
    How can I escape these String values when I POST them, such that the
    subsequent page can retrive the original expression? Thanks, Ike
    >
    >
    >
    >
    Have you tried it?

    You shouldn't have to do anything. The browser will handle the values
    automatically.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...