Posted by Martin Jay on 05/22/06 07:50
In message <1148271953.287224.9190@j33g2000cwa.googlegroups.com>,
samir.doshi@gmail.com writes
>I have job descriptions saved to my database table and want to call
>them to output them to a table but only want to output a portion of the
>saved job description....like the first 200 letters.
>
>How can I do that?
PHP?
Try:
echo substr($string, 0, 200);
--
Martin Jay
Navigation:
[Reply to this message]
|