Need help with some PHP coding....
A list of people names come up on a web page (ex: The list is created using MySQL and PHP. Links are attached to this list. Each name/link has a seperate username. My link for each one looks as follows:
Is this correct? Would this carry the username field from names.php to selected.php?
What I need to do is carry the username to the page for further use. This page then scans through another MySQL database and selects information based on the username.
Thanks,
David
A list of people names come up on a web page (ex: The list is created using MySQL and PHP. Links are attached to this list. Each name/link has a seperate username. My link for each one looks as follows:
Is this correct? Would this carry the username field from names.php to selected.php?
What I need to do is carry the username to the page for further use. This page then scans through another MySQL database and selects information based on the username.
Thanks,
David