RE: [PHP] size of submitted textarea field in bytes

2003-08-14 Thread Jay Blanchard
[snip] You receive a string, so you need to find a function that will return the size of a string. I bet you will find the function in string section of the manual. [/snip] A good starting place for this is string length in the manual at http://www.php.net/strlen Have a productive and positive

Re: [PHP] size of submitted textarea field in bytes

2003-08-14 Thread Marek Kilimajer
You receive a string, so you need to find a function that will return the size of a string. I bet you will find the function in string section of the manual. Sn!per wrote: i have a textarea where ppl will enter their bio. after they submit the form, i need to compute the size of their bio in by