I have am trying to pass the value of a label into the php.
how should i do that? My HTML looks like:
<form action='unsubscribe.php' method='get'>
<label for='[email protected]'>[email protected]</label>
<input type='submit' value='Unsubscribe me'>
</form>
How can i get the value of this label passed into my unsubscribe.php?
Best Zeeshan