[ Radovan__III @ 14.09.2004. 20:48 ] @
u fajlu new.html <form action="insert.php" method="post"> Text: <input type="text" name="text"><br><br> <input type="Submit"> </form> u fajlu insert.php <? $text=$_POST['text']; if ($text==null) echo "nula breee"; else { ..... ..... ..... On meni stalno izbacuje nula breee medjutim u new.html je upisan text u text polje , sta je problem ? |