I don't know much about PHP yet, but I know that an arg can be passed to a PHP module in the following manner:
<a href=".../module.php?id=value">
But I've only been able to pass one value that way.
Is there a way to pass more than one value or do I have to parse the string in the receiving module in order to extract them?
<a href=".../module.php?id=value">
But I've only been able to pass one value that way.
Is there a way to pass more than one value or do I have to parse the string in the receiving module in order to extract them?