ruffler Veteran 108 Posts user info edit post |
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 |
bous All American 11215 Posts user info edit post |
close your eyes and click your heels 3 times? 4/21/2007 1:00:48 AM |
evan All American 27701 Posts user info edit post |
post or get the variable to the php page
if you didn't know this, you have no business coding php/asp 4/21/2007 1:53:45 AM |
robster All American 3545 Posts user info edit post |
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 |
ScHpEnXeL Suspended 32613 Posts user info edit post |
ding ding ding 4/22/2007 1:19:25 AM |
benz240 All American 4476 Posts user info edit post |
damn that sounds like it would get you high as hell 4/22/2007 8:58:33 AM |