Ok, thanks. I wasn't reading the information correctly. I am loading the information from an XLS sheet - it seems that my code there may be the problem then, and its not passing across the full information, coincidentally stopping at 256 chars.
I was sure that it was reading it all correctly...
Well, during my testing I noticed the characters missing from some strings.
http://uk2.php.net/manual/en/language.types.array.php
Syntax
Specifying with array()
An array can be created by the array() language-construct. It takes a certain number of comma-separated key => value pairs.
array(...
Hi folks! Can you help:
I am need to store data to be passed later on in the PHP code, but the data is over 256 characters. If there an alterative? I need three arrays, each with 31 keys (1-31).
The data will eventually be passed to a mysql insert statement.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.