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
egocor91
<?php
$host=localhost;
$user=egocor;
$pwd=transcend;
$db=mysql_connect($host,$user,$pwd);
mysql_select_db(diplom,$db);
//include "mysql.php";
$result=mysql_query("SELECT * FROM diplom ORDER BY №");
$n=mysql_num_rows($result);
echo "<table border=1>";
for($i=0;$i<$n;$i++) echo "<tr><td>",mysql_result($result,$i,№),"</td><td>",mysql_result($result,$i,F),"</td><td>",mysql_result($result,$i,I),"</td></tr>",mysql_result($result,$i,O),"</td></tr>",mysql_result($result,$i,BirthDay),"</td></tr>",mysql_result($result,$i,Info),"</td></tr>",mysql_result($result,$i,Photo),"</td></tr>";
echo "</table>";
mysql_close($db);
?>
Link to comment
Share on other sites
4 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.