[FX.php List] Globals and FileMaker 7

Stephen Knight 1-800-353-7950 stephen at fmwebschool.com
Tue Jan 4 08:14:47 MST 2005


Thank you Gjermund :)

I understand how to store values as sessions, however it is not clear how
this translates into the ability to edit a global field in the database.
What needs to be done to allow editing of a field with global storage? With
FileMaker 7?

In Kindness
Stephen K. Knight
www.fmwebschool.com
1-800-353-7950
Professional FileMaker Web Services

----- Original Message ----- 
From: "Gjermund Gusland Thorsen" <ggt667 at gmail.com>
To: "FX.php Discussion List" <fx.php_list at mail.iviking.org>
Sent: Tuesday, January 04, 2005 3:09 AM
Subject: Re: [FX.php List] Globals and FileMaker 7


<?
session_start(); // remember this line in order to hold on to your
session!
$_SESSION['mySession']['accountID'] =
$result['data'][$currentKey]['accountID'][0];
?>

<?
session_start(); // remember this line in order to hold on to your
session!
echo $_SESSION['mySession']['accountID'];
?>


Gjermund Gusland Thorsen
Bjerkebo,
Strandebakken
3295 HELGEROA

+4790167484

På 3. jan. 2005 kl. 21:46 skrev Stephen Knight 1-800-353-7950:

> Wesley Miller has asked that I post this to the list:
>
> **I have a working fx.php/FileMaker 7 solutions which is connected and
> queries correctly. I have been able to edit a few fields in the
> database,
> but have been unable to edit a global field.
>
> Is there a way to edit a global field with FX.php?**
>
> I realize that you should store a global value as a PHP session, does
> anyone
> have an example of this?
>
> In Kindness
> Stephen K. Knight
> www.fmwebschool.com
> 1-800-353-7950
> Professional FileMaker Web Services
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>

_______________________________________________
FX.php_List mailing list
FX.php_List at mail.iviking.org
http://www.iviking.org/mailman/listinfo/fx.php_list




More information about the FX.php_List mailing list