Reply To: Need some help

#15506
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

Sure, I believe this is something you are looking for:

<?php
$sid = isset($_POST&#91;'p_asid'&#93;) ? $_POST&#91;'p_asid'&#93; : (isset($_GET&#91;'p_asid'&#93;) ? $_GET&#91;'p_asid'&#93; : 1);
echo do_shortcode('&#91;wd_asp id='.($sid + 0).'&#93;');
?>
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)