$result = mysql_query ("SELECT * FROM table ORDER BY date DESC"); $myrow = mysql_fetch_array ($result); do { printf ("%s %s %s %s", $myrow['id'],$myrow['text1'],$myrow['text2'],$myrow['text3']); } while ($myrow = mysql_fetch_array ($result));
Нужно ограничить суммарный текст, который идёт сплошной строкой
$myrow['text1'],$myrow['text2'],$myrow['text3']);
до 100 символов.
Если бы нужно было ограничить только text1, то можно было бы сделать так:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
sergey_sergey
Вот код:
Нужно ограничить суммарный текст, который идёт сплошной строкой
до 100 символов.
Если бы нужно было ограничить только text1, то можно было бы сделать так:
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.