[PHP] Re: flash and php (using the varibles)

2003-01-09 Thread rolf vreijdenberger
in flash: result=null; URL=" myscript.php" loadVariables(URL, myobject, "POST")//flash 5, MX has better capabilities gotoAndPlay("checkframe") well, you get a name/value pair from the script. the script ran some queries on the database. teh output from the script to flash is: &mynumber=1

RE: [PHP] Re: Flash and PHP?

2002-10-30 Thread Jay Blanchard
[snip] I'm new to php coding but after some research am I right in saying that the latest release that I installed is PHP4.2.3 then there is a configuration setting called "register_globals". Up until 4.2 it has always been "ON". But not.. as of 4.2 it is "OFF". is this right? if so have the scri

RE: [PHP] Re: Flash and PHP?

2002-10-29 Thread Jay Blanchard
[snip] The entire site is flash. [/snip] So, are you asking for someone here to write the PHP for you? Or are you asking for the list to find you a set of pre-made scripts that work in every situation? I see that you have been pointed to multiple tutorials for working with Flash and PHP. I also se

Re: [PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
The entire site is flash. "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:001801c27f63$3a40a480$8102a8c0@;000347D72515... > [snip] > Thanks for the links, what I'm looking for is a simple form that > communicates with a .php file on IIS 5 and then emails back to a e-mail > address. Any

RE: [PHP] Re: Flash and PHP?

2002-10-29 Thread Jay Blanchard
[snip] Thanks for the links, what I'm looking for is a simple form that communicates with a .php file on IIS 5 and then emails back to a e-mail address. Any help? (I have created the form with variables just need help with the .php) [/snip] Let me understand, you want a Flash form that submits va

[PHP] Re: Flash and PHP?

2002-10-29 Thread Neil
Thanks for the links, what I'm looking for is a simple form that communicates with a .php file on IIS 5 and then emails back to a e-mail address. Any help? (I have created the form with variables just need help with the .php) Thanks again "Joseph Szobody" <[EMAIL PROTECTED]> wrote in message ne

[PHP] Re: Flash and PHP?

2002-10-29 Thread Joseph Szobody
http://www.macromedia.com/desdev/mx/flash/articles/flashmx_php.html http://www.phpbuilder.com/columns/hill20011214.php3 "Neil" <[EMAIL PROTECTED]> wrote in message news:20021029140955.29707.qmail@;pb1.pair.com... > Does anyone use this? > > -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: Flash and php

2002-02-24 Thread Martin
Okay, I found the Ming-Library in the documentation (I just search for flash in the functions list and didn't find anything). I will try this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: flash and php

2001-08-21 Thread Dan Harrington
Isn't it true that Flash can work directly with a JDBC driver? or am I smoking crack? > -Original Message- > From: Tribun [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 2:55 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: flash and php > > > I c

[PHP] Re: flash and php

2001-08-21 Thread Tribun
I can't describe it very well in english, but I try it once again: 1. You cant combine Flash and MySQL. 2. Therefore you must add an interface. 3. You can fabricate this interface using a PHP-File, which reads out the Database and send this data to Flash. 3.1. Use a normal php-code to read out

Re: [PHP] Re: flash and php

2001-08-20 Thread pierre-yves
ribun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 8:43 AM Subject: [PHP] Re: flash and php > Simply user the GetVariable function in Flash. > > The targeting file must be a PHP-File. > > This File should reads out the Informations y

[PHP] Re: flash and php

2001-08-20 Thread Tribun
Simply user the GetVariable function in Flash. The targeting file must be a PHP-File. This File should reads out the Informations you want. If the requests are also variable, call the file through GET and add "?query=date" to the filename. The file must echo this... &variable=something&cat=dog