I am sending this querystring to a page via <href> the link is
http://typhoon/flora/html/postcard.php?catid=1
in the postcart.php page i am typing this
<?php
echo $HTTP_GET_VARS('catid'); ?>
and getting the error Fatal error: Call to undefined function: array() in /var/www/html/flora/html/postcard.php
on the line where i am requesting
I am new at PHP but have done other programming like JSP and ASP .. i was assuming that accessing querystrings would be the same way.. but it seems like it is not.. unless i am doing somethign wrong..
any help will be appreciated..
thanks in advance