henry0

msg:1257851 | 11:38 am on May 31, 2004 (gmt 0) |
You can aslo built your quest around of: $string="webmasterworld"; $num_char=strlen($string); echo $num_char; Will output: 14 and then integrate the result in your script
|
ProductivePC

msg:1257852 | 12:45 pm on May 31, 2004 (gmt 0) |
Thank you for your reply. There is another thing that I would like to do but I am not sure how.... I am looking on php.net for a command that will parse the string up to the desired about and then cut it off. so if $string = 'webmasterworld' I can have it output only webmaster if I choose. Do you happen to know of a command that will work for that? I am pretty sure that I can do that with substr();
|
ProductivePC

msg:1257853 | 12:59 pm on May 31, 2004 (gmt 0) |
yep, that was it.... I incorporated my php script with you said and used the substr() function.... thank you much for all of your help. Wayne
|
|