View Single Post
  #1 (permalink)  
Old 11-08-04, 05:01 PM
phizzlecom phizzlecom is offline
Newbie Coder
 
Join Date: Oct 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
setting PHP sessions in flash

hey everyone,

i'm building a little login script with PHP and flash. when a user logs in, it needs to set the variable $_SESSION['username'] with sessions and all that good stuff. any idea how i'd do that through flash and PHP? i have everything else working. (user +password selection from database)

thanks,
ryan
Reply With Quote