|
Posted by AnrDaemon on 12/19/07 22:18
Greetings, R.A.M..
In reply to Your message dated Saturday, December 15, 2007, 11:07:55,
>> If $_POST('Contents') is set, it is a postback, don't you think?
> I opened my page and the code after
> if (!IsPostBack() && $_SERVER['REQUEST_METHOD'] == 'POST' &&
> isset($_POST['Contents']))
> was executed. When I pressed refresh button, code after "if" was called
> again!
That's the intention of resreshing the page (means - sending POST
request again).
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
Navigation:
[Reply to this message]
|