Is this possible?
I build a dynamic list of links from a database field.
All the links point to the process.php page and all have the "id" number attached to them so that when it gets to the process.php page it can be properly processed.
examplerocess.php?id=<echo $row_link['list_id'];?>
Is it possible to pass this information with out using GET and with out it being seen in the URL?
Thanks Guys.
I build a dynamic list of links from a database field.
All the links point to the process.php page and all have the "id" number attached to them so that when it gets to the process.php page it can be properly processed.
examplerocess.php?id=<echo $row_link['list_id'];?>
Is it possible to pass this information with out using GET and with out it being seen in the URL?
Thanks Guys.