View Single Post
Old 11-15-2012, 07:26 PM   PM User | #2
minder
Banned

 
Join Date: Oct 2012
Posts: 81
Thanks: 0
Thanked 4 Times in 4 Posts
minder can only hope to improve
Quote:
Originally Posted by abduraooft View Post
I'm also afraid of the system overhead to generate this huge list each time when a user tries to access this form.
One option is to get the <select> options only once from the db and store them in a session array. Getting data from the array each time it's needed will be quicker than getting it from the db.

Last edited by minder; 11-15-2012 at 07:46 PM..
minder is offline   Reply With Quote