Bad idea, I know. But I need to integrate something written in php in an asp.net based site. Basically a click from an aspx page takes the user to a php page. However, I need to know the user name in the php page. How do I get the username in php?
4/20/2007 11:38:59 PM
close your eyes and click your heels 3 times?
4/21/2007 1:00:48 AM
post or get the variable to the php pageif you didn't know this, you have no business coding php/asp
4/21/2007 1:53:45 AM
did you set the username as a cookie in asp?? If so, grab that cookie in php. $user = $_COOKIE['Username'];
4/21/2007 8:15:57 AM
ding ding ding
4/22/2007 1:19:25 AM
damn that sounds like it would get you high as hell
4/22/2007 8:58:33 AM