Pages: 12
You are viewing a post by Refresh/Reload. View all 31 posts in First, i want to say sorry if this post is unuseful, and sorry for the mods, i've post this on my regional section. and i'm not guarantee that this trick would work 100%, [b]Credit[/b] :arrow: TinyMC.
newbie student here...
mods... hope u don't mind if i'll ask the question here
not in the help section coz i only wanna know something
on one part of the codes
[quote]function cekReferer(){
global $url,$referer;
foreach($url as $key=>$value){
if($referer[b]===[/b]$value) return true;
}
return false;
}[/quote]
I turn the identity operator '[b]===[/b]' into a
equality type '[b]==[/b]' to lessen strictness and
somehow it loads a little bit faster than before...
Is what i did right or correct? or the fast loading is
just my imagination heheh...
Last edited by Refresh/Reload (2008-08-26 00:01:58)