Hello I was wondering if any of you could please help me out. This is possible i am pritty sure any way..
Ok.
I need to pass a variable from asp to php.
Which looks like this
<!-- this is the asp block of code-->
-<a href="../../home.php?<%response.write session("UserID") %>">
<!-- end asp block of code-->
<!-- php block of code?-->
-/home.php?ccalzaretta
How do i read ccalzaretta as a variable
Thanks for you help
Chris Calzaretta