Anon
07-01-2002, 07:39 PM
I pass a parameter named my_var to a php script and:
<?= $my_var ?>
does not display anything
while
<?= $HTTP_GET_VARS["my_var"] ?>
correctly displays the parameter's value.
Anyone has an idea why the first one is not working?
TIA
Aneta
<?= $my_var ?>
does not display anything
while
<?= $HTTP_GET_VARS["my_var"] ?>
correctly displays the parameter's value.
Anyone has an idea why the first one is not working?
TIA
Aneta