DB access problems
- From: "JoeyP" <plantz.3@xxxxxxxxxx>
- Date: 29 Dec 2006 09:31:13 -0800
I am new to perl.
I have built an AJAX app that works the way I want it. The app. has a
dynamic scroll list that displays inventory. Right now an array(hard
coded) fills a dynamic list.
I have placed the AJAX app. on a Linux server and can access it from
the web. It is now time for me to query the DB (which I am able to do
already), take that data and pass it to a JavaScript function that will
format the data for my array that will populate the list.
Problem: I don't know how to do that.
Questions: Do I have to build the HTML with statements like print
"<html>\n"; in my CGI?
Am I able to access the JavaScript and pass the data?
I guess I'm not sure about the layout and how to put it together. I
have read and searched online but have not found any examples for what
I want to do. I know there has to be plenty of these applications out
there.
Again, I am trying to query a DB on a Linux server. Use that data to
populate a dynamic scroll list in a HTML doc.
Any help/examples is appreciated. Thanks in advance.
.
- Follow-Ups:
- Re: DB access problems
- From: Sherm Pendley
- Re: DB access problems
- Prev by Date: FAQ 4.69 How can I use a reference as a hash key?
- Next by Date: CPAN install difficulties on CentOS 4.4
- Previous by thread: FAQ 4.69 How can I use a reference as a hash key?
- Next by thread: Re: DB access problems
- Index(es):