הבנת אותה נהדר :P. וגם ענית עליה

.
אין עליך אחי אתה מלך! תודה רבה רבה רבה, הכל הצליח

.
אם תצטרך משהו אתה יכול לבקש תמיד!
אגב, זה נכון: לפי מה שאני מבין, חוץ מזה שזה מרענן את הדף (אבל לא נורא

):
PHP קוד:
<form action="" method="post" name="title">
<input name="tatitle" type="text" value="Text" style="direction: rtl; border-width: 0px;" onfocus="this.style.borderWidth = '1px';" onblur="this.style.borderWidth = '0px'; document.title.submit();" />
</form>
<?
$tatitle=$_POST['tatitle'];
if(isset($tatitle)){
echo'עודכן!';
}
?>
(הקוד יעיל נכון?)