• How would i go about having the return value of <?=$_REQUEST[‘nats’]?$_REQUEST[‘nats’]:’MDowOjE’?> work in the post, it wont parse it in the post but it will parse it in the template itself thank you

Viewing 1 replies (of 1 total)
  • You could set the requested data to a variable and echo the variable

    <?php
       var = [your request];
       echo var;
    ?>
Viewing 1 replies (of 1 total)

The topic ‘Post’ is closed to new replies.