There is a form for displaying a message, in it you can change a certain part by means of the select tag, which drops the value into the base. Question: how to refresh the page without meta refresh, and even better to update only this piece of code?
The code looks like this:
... таблица <td><!-- нужно обновить этот вывод, остальное не важно:) --><?echo $s['s']; ?><br /> <form method=post> <select name="s"> <option value=s1>s1</option><option value=s2>s2</option><option value=s3>s3</option> </select> <input type=submit> </form> <? //подключение к БД бла бла бла if(!result) { echo mysql_error(); } else { echo "все чих пых!"; } ?>