Hi,
I'm using Mysql database and php.
In my table employee,say,I've 10 records.
If I fetch a record (say,record 3) second time,it should not goto the database table and retrieve it.Is there any way to store the record somewhere?.I thought of putting in an array ,in php.But,just want to know is there any other standard or better method to do this.
Any ideas/suggestions will be greatly helpful for me.Thanks in advance.
I'm using Mysql database and php.
In my table employee,say,I've 10 records.
If I fetch a record (say,record 3) second time,it should not goto the database table and retrieve it.Is there any way to store the record somewhere?.I thought of putting in an array ,in php.But,just want to know is there any other standard or better method to do this.
Any ideas/suggestions will be greatly helpful for me.Thanks in advance.