benni
02-24-2005, 11:37 AM
Hi,
<a href="qxl.php?query='.$query.'&number='.$url_number.'">link desc</a>
The above link sends 2 variables to qxl.php, what i need is a link that will send the above two variables to the qxl.php script but to a function contained within the script.
The function is called getQXL and takes two arguments, i want to supply this function with the two variables above.
So when the user clicks on the link, the function within qxl.php is called.
How do i construct a link to do this??
Cheers.
<a href="qxl.php?query='.$query.'&number='.$url_number.'">link desc</a>
The above link sends 2 variables to qxl.php, what i need is a link that will send the above two variables to the qxl.php script but to a function contained within the script.
The function is called getQXL and takes two arguments, i want to supply this function with the two variables above.
So when the user clicks on the link, the function within qxl.php is called.
How do i construct a link to do this??
Cheers.