i want to send Variable to a php function when a link clicked
how to do that???
so far i got to here but it doesn't work. :( plz help mee
echo " <A href=\"Carscript.php\"
onMouseOver=\"SwapOut('$name')\"
onMouseOut=\"SwapBack('$name')\"
onclick=\"func($name);\" > ";