[PHP] Passing value between 2 Flash movies

2002-06-15 Thread J0s

Hi,

Does anyboy know how to pass values between 2 Flash movies.

Thanks.

JS



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: Variable Result is not displayed

2002-06-14 Thread J0s

Thanks a lot!
Ok this programm began to be interesting.
I will try to stop to be a Newbie.

: ))

"Ed Lazor" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> make sure global variables are enabled in your php.ini
>
> > -----Original Message-
> > From: J0s [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 14, 2002 11:52 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Re: Variable Result is not displayed
> >
> >
> > Here is an example of  the test script.
> >
> > sample.php
> >  >
> > $result=$who." works as a ".$what." in ".$where.". He/She can
> > be contacted
> > at: ".$web.".";
> >
> > print "&result=".$result;
> >
> > print "&loading=NO";
> >
> > ?>
> >
> > Nota : The variable are passed throught a Flash form.
> >
> > In this case, if the script is uploaded on my web site the result is :
> > Name Test works as a Web developper in Montreal. He/She can
> > be contacted at
> > : My Web Site.
> >
> > But on my own machine the result is :
> > works as a Web in. He/She can be contacted at :.
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>

> This message is intended for the sole use of the individual and entity to
> whom it is addressed, and may contain information that is privileged,
> confidential and exempt from disclosure under applicable law.  If you are
> not the intended addressee, nor authorized to receive for the intended
> addressee, you are hereby notified that you may not use, copy, disclose or
> distribute to anyone the message or any information contained in the
> message.  If you have received this message in error, please immediately
> advise the sender by reply email and delete the message.  Thank you very
> much.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Variable Result is not displayed

2002-06-14 Thread J0s

Here is an example of  the test script.

sample.php


Nota : The variable are passed throught a Flash form.

In this case, if the script is uploaded on my web site the result is :
Name Test works as a Web developper in Montreal. He/She can be contacted at
: My Web Site.

But on my own machine the result is :
works as a Web in. He/She can be contacted at :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Variable Result is not displayed

2002-06-14 Thread J0s

Hi there,

To work on some scripts, I have install PHP 4.02 on a IIS 5.1 server.
(on my own XP machine)
I have setuped PHP following install.txt procedure.

When I try to run my scripts they works fine exept for the variables results
that are not displayed.
I have upload this script on my web site and all is working fine.
So I assume there is a misconfiguration on my PHP.ini or a missing extension
or .

Thanks for your help.

J0s




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php