Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrBeatnik

    PHP Arrays - storing over 256 characters.

    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...
  2. MrBeatnik

    PHP Arrays - storing over 256 characters.

    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(...
  3. MrBeatnik

    PHP Arrays - storing over 256 characters.

    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

Part and Inventory Search

Back
Top