Jump to content

in2_php

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by in2_php

  1. Hi gibigbig, You can add php inbuit functions ob_start() and ob_flush() before the include statement to solve this problem. Regards Bob
  2. Hi Nanosha, Well according to your need you want to register users and add let other users to search this list. This Obiviously need database. or you can do it with a flat file(*.txt) or XML files .. any way you do you need to have a "web programming language to do the trick of seaching through the database or flat file. Or if you have javascript enabled on your browser please you can write the registered users name line by line and split and compare the each line to get the searched name. Regards Bob
  3. Hi Everyone, I am a newbie to the world of AJAX and PHP. Recenlty i came to face with a problem when trying out AJAX and PHP, The Task is : The page contains a drop down list and a submit button. when the user selects a particular user in the drop down list. we have to display a list of related values regarding the user from multiple tables in the the requesting page using AJAX and XML. ie we need to pass the values from the database to calling page in XML format and we need to parse the "ResponseText" to show the result in the calling page. Can anyone help me on this topic. ??? Thanks in advance. Regards Bob
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.