2014-02-20, 05:49 PM
How to redirect to the same thread after some PHP action?
UPDATE! How to return error is it's not ADMIN that executes the code?
Never mind found the way!
else
{
$redirect = "";
}
$thread_url = get_thread_link($post_info['tid']);
redirect($thread_url, $redirect);
}
UPDATE! How to return error is it's not ADMIN that executes the code?
Never mind found the way!