What is the maximum length that a string can store in PHP?
Thomas Andersen
You might check out string specs: http://www.php.net/manual/en/language.types.string.php
Basically, if you have the memory, PHP will store it as a string.