I have asp label in my asp page and its text is some my specific text. Now there I want to read this asp label text in PHP page. Means I want to get asp page label text in PHP page in a variable. Is there any built in function or another method to do this? I have tried much in PHP and also I am new to PHP so unable to do this. Is there any method to send the label text to PHP page or get the label text in PHP page? If is there any way to do this in vb.net or c# to send this label text to PHP then please share this with me or tell something other in PHP to get that value.
update
<asp:label id="lblemail" runat="server" text="malik.adeel"></label>
<a href="http://sml.com.pk/sfpl/milk.php" target="_blank">Milk Receipt Dashboard</a>
I am calling PHP page in anchor tag and above is the label which have text. Now I want to take label text when I call the PHP page and also assign this text to PHP variable.