Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: URGENT HELP Flash Not posting!
From: Olivier Mathiasin
Date: Mon, 8 May 2000 20:27:25 +0100

>Hi all,
>
>I've got an urgent problem and its got to be fixed within the next 3 hours
>heh. I've made a flash site that posts to a database when questions are
>answered. Well it works great locally posting to the live
>database...however as soon as it is uploaded to a server (which is a
>different server than the database is on) it doesn't even attempt to send
>the variables. I'm posting to a file maker database using a dynamic url to
>add, find and update records....using a dynamic url instead of the post or
>get method because it just doesn't seem to work with filemaker...or at least
>no one that's responded has found a way =). The code looks something like
>this
>
> Load Variables
>("http://"&url&"/FMPro?-db=NCFSAFARI.FP3&-lay=inputform&-format=login.txt&valid
>ate="&TextField4&""&TextField5&"&-error=error.txt&-find",
>0)
>
>This should send the variable TextField4 and TextField5 together check to
>make sure that it matches the validate field in the database and spit back
>the results to a textfile which flash loads the varaibles from it into level
>0.
>
>Any help is MUCH appreciated!
>
>thanks in advance!
>
>-Bill
Hi Bill!

THe Load variable command in flash can't send to a different server. Use a
Get URL command instead (I've ever been confronted to the matter).

Is the port number correct? Is the code you show there an exact copy
(because there are two " after the textfield 4
-----------------
Olivier MATHIASIN
-----------------

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: URGENT HELP Flash Not posting!, Bill Numerick

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]