Okay, post a sample of one of the arrays, which I assume contains the results of one query. And then explain what you mean by "display the data." How do you need it to be displayed? Is it...
You're welcome. Good luck with your project. I'm sure you'll be able to find lots of AJAX example code to use with whatever server side language you have.
No. PHP is a server-side language. If your host supports it, then it's already installed on your server, there's nothing for you to install. If not, then you can use AJAX with whatever...
You finally decide to address me by name? I posted working code, and for days, all you did was ask others if they could help you with "James" code. It's like sitting at a table while...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;...
JavaScript alone cannot do this. It can't read from a database. If you are using PHP/MySQL, see the following link, for a very good example of how to use AJAX/JavaScript/PHP to retrieve a...
JavaScript alone can't do this. You need AJAX/JavaScript to call the server. But, why so fast? Why every second? I doubt the server can access your database and return selects from a...
This works. Don't break the string for window.open(), it must not contain any hard breaks. Just copy this, AS IS, paste it in your document, then click it.