retrive

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankit123
    New Member
    • Jan 2008
    • 1

    retrive

    Respected sir,
    my question is that i want to fetch value in textbox by id.
    how can it is work in php? and the same problem in update.
    i am php beginner so i don't know how it works
    plz reply me early.
    thanks.
  • jenkinsloveschicken
    New Member
    • Dec 2006
    • 56

    #2
    ankit,

    Can you tell us more about what you are trying to accomplish here? Is a user entering a value and you want to retrieve database records based on that value?


    Give us some more detail and we'll get you the help you need.


    Regards,
    Jenkins

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      Hi.

      Like Jenkins said, we could give you a more helpful answer if we knew a little more about what you are doing.

      I'd like to point out tho, that PHP can not directly interact with the content on your clients browser.
      PHP can only use input items after they have been posted to the server, where they are identified by the name property of the input tag.

      The id property is usually only used by client side scripts like Javascript.
      Server side scripts, like PHP, can not directly interact with the client side code.

      Comment

      Working...