Content of text box into a PHP cariable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adriann
    New Member
    • Aug 2006
    • 25

    #1

    Content of text box into a PHP cariable

    HI,

    Can the content of a Text Box within a HTML form, (either text or numeric), be assigned to a PHP variable? before the submit button is pressed.

    I was thinking of using the OnChange event as a way of initiating the function.
    The value would be set once there was 4 characters typed in.

    thank you
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    No, PHP runs at the server and only runs when a page is requested.

    Comment

    Working...