Re: Limit characters in a long text

2006-03-22 Thread CodeHeads
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Adams wrote: > http://dev.mysql.com/doc/refman/5.0/en/string-functions.html > I recommend "LEFT( )". > > If you are looking to do it in PHP then this is the wrong email list. > > Good luck. Sorry about that I realized I picked the wrong mailing

Re: Limit characters in a long text

2006-03-22 Thread Bill Adams
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html I recommend "LEFT( )". If you are looking to do it in PHP then this is the wrong email list. Good luck. b. CodeHeads wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, Have a question: I would like to limit the amou

Limit characters in a long text

2006-03-22 Thread CodeHeads
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, Have a question: I would like to limit the amount of data viewed. I searched but did not find anything. Here is my code: $get_c = "select * from $table ORDER BY news_id DESC LIMIT 5"; $get_c_res = mysql_query($get_c) or die(mysql_error());