Just usePHP Code:header("Location:$_SERVER['HTTP_REFERER']");
Coderz i wanted redirect user to the previ0us page auth0matically, but am l0zt. My c0de
$curl=http://javascript:history.back();";
forward2($curl,"3");
Just usePHP Code:header("Location:$_SERVER['HTTP_REFERER']");
Progress:PHP Code:$("#mfreak").find(".head brain").clone();
Output:Code:[|||___________________________] : 5%
Support answer:Code:Memory limit reached, unable to complete operation.
Code:Try using a super uber strong mega computer to reach at least 10%.
also you could use Meta Tag:
where x = time in seconds => after how many seconds user will be redirectedCode:<meta http-equiv="refresh" content="x; url=http://target_site.com/">
also JavaScript:
keep in mind that number 5000 means approx 5 secondsCode:<html><head><script type="text/javascript">function redirectUser(){ window.location = "your_link_here"; }</script></head><body onload="setTimeout('redirectUser()', 5000)">Some note for user here...</body></html>
Last edited by metulj; 04-11-11 at 15:39.
キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
you can also use the javascript <meta http-equiv='refresh' content='5; url='javascript:history.back();'>
where the 5 means user should be redirected in 5sec and javascript:history.back() means user be redirected back
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Tanx all for ynur c0ntributi0n... I finally w0rk it out thiz way...
PHP Code:function forward($uri,$time="2"){
if($uri){
print "<meta http-equiv=\"refresh\" CONTENT=\"$time; URL=".$uri."\">";
}
$curl=$_SERVER['HTTP_REFERER'];
forward($curl,"3");
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks