by php but show only one word of fiel in html table field my code is below
<td><input type="text" class="form-control text-right"
name="business_title" id="business_title"
value=<?php echo $row['news_title']; ?>></td>
but when use below code dont problem and show all words of sentence
<td> <?php echo $row['news_title']; ?>></td>
👆🏻👆🏻👆🏻
Quotes
Обсуждают сегодня