> You are reinventing web services. check out the SOAP::Lite
I was wondering about that and also Net::Shared . Thanks for the info.
> toolkit. The module I'd use for your exercise is
> XMLRPC::Lite, packaged in the SOAP::Lite distro.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
"Dan Muey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hello,
My question is :
Is there a better,easier, more secure,
prettier way to do what I'm outlining below?
There are some screamingly obvious security issues but
at this point I'm more interested in ge
Dan Muey wrote:
> Hello,
>
> My question is :
>
> Is there a better,easier, more secure,
> prettier way to do what I'm outlining below?
>
> There are some screamingly obvious security issues but
> at this point I'm more interested in getting it to do
> what I need then I'll focus on redesigning
In case you're wondering why I don't just use DBI to get the data
directly from the database in showmedata.cgi the reason is this :
I want to have my database information in one script that is on a server
I control, instead of having it on possibly hundreds of scripts all over
the internet.
B
Hello,
My question is :
Is there a better,easier, more secure,
prettier way to do what I'm outlining below?
There are some screamingly obvious security issues but
at this point I'm more interested in getting it to do
what I need then I'll focus on redesigning for security.
I have a script