Reply
Actionscript (Flash MX 2004) Form Help
Old 03-18-2008, 07:37 PM Actionscript (Flash MX 2004) Form Help
Extreme Talker

Posts: 159
How do i get information from a ComboBox and get it parsed with the following code
PHP Code:
 <?php
  
  
// Set default
  
$theme 'naruto';
  
  if (isset(
$_POST['theme']) AND file_exists('theme/' $_POST['theme'] . '.txt'))
  {
    
// Set to new selected theme from previous form
    
$theme $_POST['theme'];
  }
  else if (isset(
$_COOKIE['theme']) AND file_exists('theme/' $_COOKIE['theme'] . '.txt'))
  {
    
// Set to current cookie selected
    
$theme $_COOKIE['theme'];
  }
  
  
setcookie('theme'$themetime()+60*60*24*60);
  include(
'theme/' $theme '.txt');
  
?>
and then i would like it to load that page in the same window/tab
simster is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Reply     « Reply to Actionscript (Flash MX 2004) Form Help
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11939 seconds with 13 queries