Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Andy] forum_User table not updating

Quote Reply
Re: [Andy] forum_User table not updating In reply to
Andy, once again you have both proven your genius and my stupidity. Smile

Here is the parameters I need in the script:

Code:

my $func = $query->param('func');
my $user = $query->param('user');
my $lat = $query->param('lat');
my $lng = $query->param('lng');

And this is what I sent it:

Code:

func=llUpd
id=<%user_username%>
lat=+getLat()
lng=+getLng()

That costed me +-4 hoursUnsure

Anyway, thanks alot AndyWink


Sacrifice is not about what you lose,
it is about what you gain in the process.
Subject Author Views Date
Thread forum_User table not updating EZFrag 4160 Apr 1, 2008, 2:29 AM
Post Re: [EZFrag] forum_User table not updating
Andy 4039 Apr 1, 2008, 3:12 AM
Thread Re: [EZFrag] forum_User table not updating
Andy 4062 Apr 1, 2008, 3:13 AM
Thread Re: [Andy] forum_User table not updating
EZFrag 4038 Apr 1, 2008, 3:33 AM
Post Re: [EZFrag] forum_User table not updating
Andy 4026 Apr 1, 2008, 3:38 AM