sujith787
08-24-2007, 12:53 PM
in my mysql DB. i have a table.
in that table a field having around 1500 charecter.
i get that data by using php echo.
now i want to display only first 25 charecters.
same time iam displaying the retrived data in a table cell. if i get the full data that distrub make the table alignment.
is there any way to make the table table standard. and is there any way to avoid the extra datas which destroy the table structure and display only the portion of a data which dont distrub the table structure..
in that table a field having around 1500 charecter.
i get that data by using php echo.
now i want to display only first 25 charecters.
same time iam displaying the retrived data in a table cell. if i get the full data that distrub make the table alignment.
is there any way to make the table table standard. and is there any way to avoid the extra datas which destroy the table structure and display only the portion of a data which dont distrub the table structure..