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)
???
passing args
Moderator: General Moderators
thanks for the quick response
got it... it works...