Hi,
The way i would use, instead :
- use the post/http methods
- send a sequence of "&name1=value1&name2=value2&name3=value3&etc..."
- catch the socket incoming message, on the server-side Rev's app as a "PostIn" global
- set up a "paramsswitcher" handler able to parse the "PostIn" var and to pass requests to subhandlers on the mode :
if item 1 of PostIn is "name1=value1" then
if item 2 of PostIn is "name2=value2" then subhandler1else subhanler2 else...
end if
etc...
All works there as expected in using such kind of procs.
Best, Pierre
Le 20 mai 04, � 04:02, [EMAIL PROTECTED] a �crit :
I'm not sure to understand the way you are using to send the
actually, the client sends the login/password through a custom protocol
to the server (the client and server communicate via tcp/ip).. the
server socket receives the data and then uses the "send" command to send
the data received to the proper handler..
-Sean
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
