Re: PHP & ActionScript sendAndLoad
- From: "Steve Cook" <swcook@xxxxxxxxx>
- Date: 19 Aug 2006 23:16:22 -0700
Steve Cook wrote:
Steve Cook wrote:
Hi,
I have an upload application written in PHP and Flash. The PHP page
gets the file information via $_POST. Moreover, the user never
actually visits the PHP page, rather Flash sends the information to the
PHP page and then loads the result, all in the background. Is there
anyway that I can conitnue the PHP session when doing this or does the
user have to visit the PHP page?
Thanks.
Steve
Okay so I answered my own question -- yes you can, however, if you use
the following to start your session, you cannot:
<?
if (!isset($_SESSION)) {
session_start();
}
?>
Just stcik to:
session_start();
Thanks.
Well, it turns out I was wrong that won't work either; my error -- it
is late.
.
- References:
- PHP & ActionScript sendAndLoad
- From: Steve Cook
- Re: PHP & ActionScript sendAndLoad
- From: Steve Cook
- PHP & ActionScript sendAndLoad
- Prev by Date: Re: PHP & ActionScript sendAndLoad
- Next by Date: Re: PHP and VMware: SLOW
- Previous by thread: Re: PHP & ActionScript sendAndLoad
- Index(es):
Relevant Pages
|