Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<form action="" method="post">
<table>
<tr><td align="right"><b>Íîâèíàòà</b></td>
<td><textarea id="new" name="new" class="Forma" cols='40' rows='5' ></textarea></td></tr>
<tr><td></td>
<td align="center"><input type="submit" value="Çàïèøè"></td>
</tr>
</table>
</form>
<?php
$new = $HTTP_GET_VARS['new'];
$short = substr(($new), 0, 300);
echo $short.'...';
?>
да чак ся видяхАко ще го правиш с гет, задай на формата си, че метода е get, в момента е post