variables in a URL

2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 6, 2011   (RSS)

By efi-revivo - July 6, 2011 - edited: July 6, 2011

Hello,

How can i show one or more variables in my results page?

i found this code:

<?php echo $_REQUEST["category"];?>
<?php echo $_REQUEST["more"];?>

But its work with only one variables
and i get error when one is empty.