Gerry Tool wrote:
<?php
printf("ID passed = %d\n", $id);
?>
Does this work:
<? printf("ID passed = %d\n", $_GET[id]); ?>
Yes it does. I guess I've been living dangerously with a sloppy system.
Thanks a lot.
Gerry
Gerry Tool wrote:
<?php
printf("ID passed = %d\n", $id);
?>
Does this work:
<? printf("ID passed = %d\n", $_GET[id]); ?>
Yes it does. I guess I've been living dangerously with a sloppy system.
Thanks a lot.
Gerry