To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Tools > Dreamweaver

Dreamweaver In need of help with Dreamweaver?

Reply
 
Thread Tools Rate Thread Display Modes
Old 04-18-2003, 08:07 PM   #1
brøken
& depreciated
 
brøken's Avatar
 
Join Date: Sep 2002
Location: nj
Posts: 229
help php/flash

i know its not dreamweaver.. but i had no idea where else to put it.

heres the info, simple enough since im just learning to use php with flash.. any ideas on why its not resolving ($theName) to = "rob" ??:

actionscript:

dump=new LoadVars();
dump.name="rob";
dump.sex="male";
dump.onLoad=translate;
dump.sendAndLoad("count.php",dump,"POST");

function translate(){
trace(dump.concat);
}

php:

<?
$theName=$_POST['name'];
echo "&concat=$theName&";
?>


output from flash:

$theName
.. it wont reslove(or whatever word) the variable
any ideas on what it can be?
__________________
$drink->heineken();
brøken is offline   Reply With Quote
Old 04-30-2003, 06:20 PM   #2
PHPdev
Senior Member
 
Join Date: Sep 2002
Location: USA, Texas
Posts: 276
Sorry I dont have a direct answer to your issue, but you can try using PHPINFO() to see the names of all the POST variables passed back to the server. The variable may not be called name...

Just a thought


PHPDev
__________________
86,400
PHPdev is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 03:52 PM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.