Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
RevCMS Working News Comments!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="GarettM" data-source="post: 324116" data-attributes="member: 839"><p>I would love to fix it but I don't have a working computer at the moment...</p><p></p><p>Possible solution add a GET redirect at end of post.</p><p>[PHP]</p><p>if(isset($_POST['comment']))</p><p>{</p><p>...code is here....</p><p>header('Location: '.$_CONFIG['hotel']['URL'] . "/news&Id=" . $article, true, 303);</p><p>}</p><p>[/PHP]</p><p>I am not sure if that is even the right variable so don't copy and past</p><p></p><p>Second option :</p><p>[PHP]</p><p>...beginning of post...</p><p>If($_SESSION['comment'] == $data)</p><p> $data = 0; // maybe break;?</p><p>...end of post...</p><p>$_SESSION['comment'] = $data;</p><p>[/PHP]</p></blockquote><p></p>
[QUOTE="GarettM, post: 324116, member: 839"] I would love to fix it but I don't have a working computer at the moment... Possible solution add a GET redirect at end of post. [PHP] if(isset($_POST['comment'])) { ...code is here.... header('Location: '.$_CONFIG['hotel']['URL'] . "/news&Id=" . $article, true, 303); } [/PHP] I am not sure if that is even the right variable so don't copy and past Second option : [PHP] ...beginning of post... If($_SESSION['comment'] == $data) $data = 0; // maybe break;? ...end of post... $_SESSION['comment'] = $data; [/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
RevCMS Working News Comments!
Top