When I use ajax, I have to use mysql_query again to get information in that file which is for ajax. Can I do action without mysql_query like with include();? Ask if you don't understand, because I guess I asked not very properly.
edited: When I try to reach ajax file, in that file I have to retrieve member information again. So, my question is, is it possible to avoid that?