Support

Account

Home Forums Front-end Issues Post-id doesn’t work as it should using a GET Reply To: Post-id doesn’t work as it should using a GET

  • I honestly don’t see why it’s not working.

    Try changing this
    $postid = $_GET['postid'];
    to
    $postid = intval($_GET['postid']);