On Mon, Jan 28, 2002 at 08:21:44PM +0100, anthony wrote:
:
:does anyone know if Javascript can interact with dbi?
:not mysql

I think I can manage to tun this into a Perl related question.  :-)


There is a module called WDDX, actually, it's a protocol.  You can use
it to turn Perl data structures into other language datastructures,
JavaScript in this case.

You could pass SQL queries to your CGI program, get the data from the
database and turn that data structure into Javascript.  Then you can
print the JavaScript into your web page and there you have it.

WDDX.pm can be found on the CPAN or at wddx.org.

back to the

  Casey West

-- 
"I'm going to memorize your name and throw my head away."
 --Oscar Levant

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to