Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Ajax and Javascript with PHP

 
   Database Help (Home) -> PHP RSS
Next:  Export records to multiple Word files  
Author Message
lak

External


Since: Aug 29, 2008
Posts: 5



(Msg. 1) Posted: Mon Oct 06, 2008 6:22 am
Post subject: Ajax and Javascript with PHP
Archived from groups: comp>lang>php (more info?)

Hi friends,
I have to parse a XML file and when it is changed I need to change in
the front end.
If I use the settimeout() then it is working.
But I don't what to use the settimeout() function.

Is there any other way to do that?

 >> Stay informed about: Ajax and Javascript with PHP 
Back to top
Login to vote
Rider

External


Since: Oct 07, 2008
Posts: 2



(Msg. 2) Posted: Tue Oct 07, 2008 1:10 am
Post subject: Re: Ajax and Javascript with PHP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Oct 6, 6:22 pm, lak <lakindi....DeleteThis@gmail.com> wrote:
> Hi friends,
> I have to parse a XML file and when it is changed I need to change in
> the front end.
> If I use the settimeout() then it is working.
> But I don't what to use the settimeout() function.
>
> Is there any other way to do that?

It will bettre if ur write your question little descriptive.
So that we can try to answer it.

--------------------------------------------
http://phpinterviewanswers.blogspot.com/

 >> Stay informed about: Ajax and Javascript with PHP 
Back to top
Login to vote
lak

External


Since: Aug 29, 2008
Posts: 5



(Msg. 3) Posted: Tue Oct 07, 2008 3:39 am
Post subject: Re: Ajax and Javascript with PHP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Oct 7, 1:10 pm, Rider <shaha....TakeThisOut@gmail.com> wrote:
> On Oct 6, 6:22 pm, lak <lakindi....TakeThisOut@gmail.com> wrote:
>
> > Hi friends,
> > I have to parse a XML file and when it is changed I need to change in
> > the front end.
> > If I use the settimeout() then it is working.
> > But I don't what to use the settimeout() function.
>
> > Is there any other way to do that?
>
> It will bettre if ur write your question little descriptive.
> So that we can try to answer it.
>
> --------------------------------------------http://phpinterviewanswers.blogspot.com/

I am having an XML file that contains some records.
I need to parse that file and display the records in the form of
table.
If I change the file, i.e. if I modified some contents in the XML
file, that needs to be updated in the table automatically.

For that I used the settimeout(Ajaxfunc,1000). So this will call the
ajax function and from the Ajax function I am getting the updated
content.

But I don't want to use the settimeout() function.

Is there any other way?
 >> Stay informed about: Ajax and Javascript with PHP 
Back to top
Login to vote
Jerry Stuckle

External


Since: Aug 11, 2004
Posts: 3465



(Msg. 4) Posted: Tue Oct 07, 2008 8:25 am
Post subject: Re: Ajax and Javascript with PHP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

lak wrote:
> On Oct 7, 1:10 pm, Rider <shaha....TakeThisOut@gmail.com> wrote:
>> On Oct 6, 6:22 pm, lak <lakindi....TakeThisOut@gmail.com> wrote:
>>
>>> Hi friends,
>>> I have to parse a XML file and when it is changed I need to change in
>>> the front end.
>>> If I use the settimeout() then it is working.
>>> But I don't what to use the settimeout() function.
>>> Is there any other way to do that?
>> It will bettre if ur write your question little descriptive.
>> So that we can try to answer it.
>>
>> --------------------------------------------http://phpinterviewanswers.blogspot.com/
>
> I am having an XML file that contains some records.
> I need to parse that file and display the records in the form of
> table.
> If I change the file, i.e. if I modified some contents in the XML
> file, that needs to be updated in the table automatically.
>
> For that I used the settimeout(Ajaxfunc,1000). So this will call the
> ajax function and from the Ajax function I am getting the updated
> content.
>
> But I don't want to use the settimeout() function.
>
> Is there any other way?
>

Not in PHP. PHP is server side, and you need to have something pull
from the client side.

Ajax will work, as you found, and you'll get a better result for Ajax
questions in comp.lang.javascript. You can also use other client-side
programming such as flash or java applets.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex.TakeThisOut@attglobal.net
==================
 >> Stay informed about: Ajax and Javascript with PHP 
Back to top
Login to vote
sheldonlg

External


Since: Feb 28, 2008
Posts: 892



(Msg. 5) Posted: Wed Oct 08, 2008 5:43 pm
Post subject: Re: Ajax and Javascript with PHP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

lak wrote:
> On Oct 7, 1:10 pm, Rider <shaha....TakeThisOut@gmail.com> wrote:
>> On Oct 6, 6:22 pm, lak <lakindi....TakeThisOut@gmail.com> wrote:
>>
>>> Hi friends,
>>> I have to parse a XML file and when it is changed I need to change in
>>> the front end.
>>> If I use the settimeout() then it is working.
>>> But I don't what to use the settimeout() function.
>>> Is there any other way to do that?
>> It will bettre if ur write your question little descriptive.
>> So that we can try to answer it.
>>
>> --------------------------------------------http://phpinterviewanswers.blogspot.com/
>
> I am having an XML file that contains some records.
> I need to parse that file and display the records in the form of
> table.
> If I change the file, i.e. if I modified some contents in the XML
> file, that needs to be updated in the table automatically.
>
> For that I used the settimeout(Ajaxfunc,1000). So this will call the
> ajax function and from the Ajax function I am getting the updated
> content.
>
> But I don't want to use the settimeout() function.
>
> Is there any other way?

What do you have against settimeout?
 >> Stay informed about: Ajax and Javascript with PHP 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> PHP All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]