i have a variable:
that is displayed in a dynamically generated tableCode:$storr = "<a href='stored.php?id=$mysql_table_cell&varss=yes'>Stored</a>";
when user clicks Stored it will invoke a code in stored.php (which is not a page but rather a code library). i need to use 2 variables 'id' and 'varss'. how do i extract them from this link to be used in stored.php??Code:<table>... echo (<td> $storr </td>) ...</table>


Reply With Quote
Bookmarks