anyone can help me..i hav problem with my php coding.. <?php while($rows = mysql_fetch_array($result)){ $rows[news]= wordwrap($rows[news], 40, "<br />\n",40); echo '<tr align="center" bgcolor="f9dcde"><td>'.$rows[news_id].'</td>'; echo '<td>'.$rows[news].'</td><td><form name="a_d_form" action="admin_news_delete.php" method="post"> <input type="hidden" name="a_d_user" value="'.$rows[news].'"> <input type="image" img src="images/delete.jpg" value="submit"></form></td></tr>'; } ?> i have made my website for my project,now i hav problem after using wordwrap..i cannot delete my news in the website..so what can i do?..if i dont use wordwrap my news will be only in one rows..its make the website scretch long..huhu..help me..