on php?
i figured the problem i was gonna have was ... storing the text into a variable in php right before i display it.
i know of the text data type in mysql that would store the text just fine....
but for example... if i retrieve the text from mysql....and get the text into an array...i want to store it in a variable in php so that i can go:
echo $reallylargechunkoftext;
instead of getting a part of the large chunk of text .... displaying it...then getting the second part...then displaying it... and so on...
is that possible?
its php really that i have a problem with....cause i dont think i can retrieve 2000 character string store it in one variable.... or can i?
i dunno...
i have not tried anything yet because my workstation is at home...and dont have my stuff here at work.... but i just have afeeling that its not gonna work if i try to store it in via list in just any variable in php...
do you know of a simple way of doing it to where i dont have to keep parsing stuff...again i say... i really hate parsing stuff...
thanks again...
-ron