[FX.php List] Globals and FileMaker 7

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue Jan 4 01:09:09 MST 2005


<?
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
>



More information about the FX.php_List mailing list