is it possible to somehow send $_POST[] data via a tag? because it seems to automaticly execute the $_POST[] once the page l
$_POST[]
Answer is no. What you can do is set the value of an input type when the tag gets clicked. Using Javascript.