Is there a way to determine what a user clicked from a page and pull info from 
that page to the new page from an array?

Example on one page:
echo "<a href='test.php?picName=$lines[$i]'><img 
src='Bid2002/$lines[$i]'></a>&nbsp;";
?>

on the test.php page how do i determine which picture the user clicked on?

Jeff
UWG Student
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to