passing args
Posted: Mon Mar 17, 2003 12:42 pm
If I use the following code:
echo ("<a href="managedel.php?id=$id&task=del\">delete</a>");
I get a link that says delete, and passes an id of x and task as del
however in the webpage managedel.php it doesn't see anything in the variables?
in this case where does the var get passed to ( its not a post like a form)
???
echo ("<a href="managedel.php?id=$id&task=del\">delete</a>");
I get a link that says delete, and passes an id of x and task as del
however in the webpage managedel.php it doesn't see anything in the variables?
in this case where does the var get passed to ( its not a post like a form)
???