Envoyer une variable asp.net vers une page php
Bonjour � tous,
Mon probl�me est assez difficile � concevoir, j'�tais dans le forums en php on m'a renvoy� ici ( j'�tais surement ind�sirable :mouarf: ) bref voil�
Voila j'ai une page qui contient une variable en asp.net (le login d'une application web apr�s connexion:
Code:
<%=Lang.Server["VT_VEHICLETRACKER_LOGGEDINASUSER"]%>: <asp:Label Font-Bold="true" ID="LabelLogedinUser" runat="server"></asp:Label>
en m�me temps j'ai un lien vers une page php o� j'aimerais envoyer cette variable via l'url par exemple.
Code:
<li><a href="http://www.monlien.com/admin/index.php">Admin</a>
J'aimerais faire un truc de se genre:
Code:
www.monlien.com/admin/index.php?nid=".<%=Lang.Server["VT_VEHICLETRACKER_LOGGEDINASUSER"]%>."
Mais je sais pas si �a pourrait marcher.
Es ce possible? Si oui pouvez-vous me donner des id�es s'il vous plait?
Merci d'avance