User Profile

Collapse

Profile Sidebar

Collapse
akarsh
akarsh
Last Activity: Nov 3 '08, 05:33 AM
Joined: Oct 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • akarsh
    replied to Dividing up search results
    in PHP
    The thing you want to implement is called pagination. To improve your performance you should implement AJAX. By this you have to fetch all the records from database only at once and you can use it several times. To complete your requirement yo have to do the following:

    1. Set the limit that how many records at a time you want to display per page in a config file.

    2. Then on the very first time of loading your page you...
    See more | Go to post

    Leave a comment:


  • I don't know that which server side technology you are using. But if u are trying it in PHP then at first you have to make a request to your server using XMLHttpRequest object and on the server end you have to read that file's content using readfile() function. Then you should set some headers like content-type, pragma and Cache-control etc and finally echo that content on your web page using PHP 'echo' .
    See more | Go to post

    Leave a comment:


  • akarsh
    started a topic AJAX Back Button Problem

    AJAX Back Button Problem

    Hi,

    I am using AJAX in one of my application and because of it I am getting the problem of AJAX back button. So can u tell me please that how to solve this problem.
    See more | Go to post
No activity results to display
Show More
Working...