i derleyici davranışını açıklamak olamaz zaman i durumlardan nefret ediyorum. Peki beni nasıl mümkün, anlamak için lütfen yardım ...
i have two php files - index.php
, and admin.php
. in index.php
i make registration, and captcha checking, and if they are correct, i set the value of session
variable to somevalue,(at first it has anothervalue) and redirect client to admin.php
where the CMS is!
And now, what is the problem, i have a module in admin.php
which has an img element, src of which i generate when it clicked(using jquery...), but at first it has src empty
<img src="" />
ve o nedeniyle, i (o anothervalue yine olur) oturum değişkeni yeni değerini kaybeder. BT sadece IE olur!
I src
niteliğe herhangi bir değer ayarlarsanız, AMA, iyi çalışıyor!
<img src="some.jpg" /> works fine
Bana böyle bir davranışı understund için yardım