Hello again ppl. I have another question for you....
If I have a form can I put the script in the same file, I mean :
In file.php I have a form wich action point to file.php .
Let's say in mypage.php is a script that echo a txt file, below of text is a link with "post u're comment" when I press that link a popup window with the form will apear and after the submit button of the form is presed I want mypage.php to referesh and display the new text.
What I don't know is how to make mypage.php refresh when I press the submit button?