I am curious how much data an array can hold.. And what the pros and
cons are.

Example.. I am making a testing system that will give a student a 102
question test... 

The test would be generated so that each one is different... So would it
be practical to load all 102 questions and their options into an array
and store that array into a session? 

Also can I store those arrays as a blob in MySQL?

Thanks,
Joe

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to