Posted by Jay Blanchard on 10/13/99 11:33
[snip]
Can I use an anchor element to pass info back to the self same php
script? If so how? I can't seem to find my way though this aspect of the
project.
[/snip]
You can include information in the query string of the URL
<a href="foo.php?directory=/path/to/may/files/">Click Here</a>
The information would be available in the $_GET array as $_GET['directory']
Navigation:
[Reply to this message]
|