Questions tagged [xajax]

The Xajax PHP class library provides a means to develop asynchronous Ajax applications with PHP

Only tag those questions which deal with the Xajax library and that would normally be accompanied by a JavaScript and/or PHP tag.

Xajax allows PHP coders to formulate complex Ajax transactions from within their PHP code, once placeholders have been created in HTML views.

Official website: http://www.xajax-project.org

On the official website, you will find Javadoc style documentation, and a community forum.

There are some helpful tips and tutorials as well as some demo applications to get you started.

58 questions
7
votes
6 answers

How can I write a real time chat using XAJAX and PHP?

How can I write a real time chat using XAJAX and PHP? In other words, is there a way to send xajax responses from the server to multiple clients? Or is the only possibility to check for new messages every few seconds on client side?
dpetek
  • 635
  • 1
  • 5
  • 11
2
votes
1 answer

xajax and select

I have a bit of simple created with XAJAX, which replaces the innner HTML of a select control with some options created by a php script. This is fine and dandy in Firefox, but it does not work in IE7. Looking on the XAJAX forums i found this which…
Rob Y
  • 833
  • 3
  • 10
  • 21
2
votes
1 answer

xajax expanding list query

As you'll see, I'm a newbie to all this ajax stuff but I can do a bit of php and so I plumped for xajax to take care of the javascript for me. I've got an array with items listed in different section. I want to use this array to produce an unordered…
dev-null
  • 551
  • 1
  • 4
  • 13
2
votes
2 answers

get results from database based on a selectfield

I have been trying to make to make a page where i could select a customer and would get the corresponding customer details from a database. It should look something like this: