Re: newbie: IsPostBack in PHP5?
am 19.12.2007 23:18:57 von AnrDaemonGreetings, 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