Date: 08/31/01
- Next message: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Previous message: Paul Procacci: "Re: [PHP] Serious Fopen Problems - not newbie :)"
- In reply to: Jon Thompson Coon: "[PHP] passing variables between scripts?"
- Next in thread: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Reply: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sessions would definately save the data. :)
Jon Thompson Coon wrote:
> I can't cope the fact that I loose my variables every time I reload the
> page. If someone could point me to the right direction, I'd be grateful.
>
> Present problem:
>
> I have a script that has some globals (surprise). Within this script,
> pretty deep in a function call tree, a function saves a query into an
> array and saves it to a global. Then an user makes an selection and the
> script reloads itself. After this I'd like to my hands on the saved
> query, but the global variable where it's saved seems to get initialised
> on reload. How to get around this? Sessions? I'm pretty new (a
> forthnight and wery little documentation) to server side programming, so
> I'm probably misunderstanding some basics.
>
> Most of my problems are related to this area, so anyone bold enough to
> anwer will probably pounded with several questions more.
>
> Thank you in advance
> Jon Thompson Coon
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Previous message: Paul Procacci: "Re: [PHP] Serious Fopen Problems - not newbie :)"
- In reply to: Jon Thompson Coon: "[PHP] passing variables between scripts?"
- Next in thread: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Reply: Jon Thompson Coon: "[PHP] Re: passing variables between scripts? End of story"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

