Re: [PHP] Any Running Simple Ajax Sample for Php

2008-05-05 Thread Andrew Ballard
On Fri, May 2, 2008 at 4:31 PM, Jon L. <[EMAIL PROTECTED]> wrote: > If you aren't already, I recommend putting to use a JS library with Ajax > support. > Nothing else, they can reduce the browser compatibility overhead coding > you'll need to do. I found that they also reduce or eliminate some

Re: [PHP] Any Running Simple Ajax Sample for Php

2008-05-03 Thread paragasu
On Sat, May 3, 2008 at 4:31 AM, Jon L. <[EMAIL PROTECTED]> wrote: > If you aren't already, I recommend putting to use a JS library with Ajax > support. > Nothing else, they can reduce the browser compatibility overhead coding > you'll need to do. > > You can pick any of many, but I'm more familiar

Re: [PHP] Any Running Simple Ajax Sample for Php

2008-05-02 Thread Jon L.
If you aren't already, I recommend putting to use a JS library with Ajax support. Nothing else, they can reduce the browser compatibility overhead coding you'll need to do. You can pick any of many, but I'm more familiar with Prototype: http://prototypejs.org/ ## credits.php

[PHP] Any Running Simple Ajax Sample for Php

2008-05-02 Thread Craige Leeder
Hi Heysem, So what you want is an ajax script that will call a php page every minute, and check for a result (assuming boolean) of 1 or 0? That shouldn't be too hard. First, I need to know more information about the page, such as the id tag of the element you want updated, and how severe the

[PHP] Any Running Simple Ajax Sample for Php

2008-05-02 Thread Heysem KAYA
Hi, I would like to check each minute whether the user credit is finished and update the relevant place on page. So I have downloaded however was not able to run some sample ajax code. Is there anyone who has such a simple code to implement? Thanks, Heysem Kaya