auto-papolate values in corresponding textboxs retriving values from my database(MySq

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Raghav Rajagopalan
    New Member
    • Sep 2010
    • 1

    auto-papolate values in corresponding textboxs retriving values from my database(MySq

    hi..


    I have a registeration form in PHP and mysql as database . I need a code that would auto-papolate values in corresponding textboxs retriving values from my database(MySql) when i provide value in the first textbox(form no.) which is my first field in the form. Pls i need the code ASAP.

    Thanks in advance.

    Regards,
    Raghav
  • Rizladonovich
    New Member
    • Sep 2010
    • 13

    #2
    You want auto-update form while typing?

    If so you have to check out XMLHttpRequest aka AJAX - in other words php + javascript.

    Google ajax, json, jquery and so on. It is not to hard to write from scratch, but there are also loads of libraries out there. Important to think security.

    As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by default.

    Another very common task in modern websites and applications is making network requests to retrieve individual data items from the server to update sections of a webpage without having to load an entire new page. This seemingly small detail has had a huge impact on the performance and behavior of sites, so in this article, we'll explain the concept and look at technologies that make it possible: in particular, the Fetch API.

    Comment

    Working...