[PHP] Re: AJAX and PHP

2008-10-04 Thread Peter Wang
"Alain Roger" <[EMAIL PROTECTED]> writes: I think both will be ok, it just depends on what's you want:) > HI, > > i'm currently working on some web application and i would like to know what > is the best way to do what i want. > basically like all application i have a menu and based on selected i

Re: [PHP] RE: Ajax and PHP: XMLHTTP

2006-09-11 Thread Micky Hulse
Hi all, thanks for responses, I appreciate it. :) Miguel Guirao wrote: What do you exactly want to do? Oh, I wanted to call a php function on my page that changes some CSS. I was hoping I could change my CSS on the fly without having to reload page... but after doing more research, I think t

[PHP] RE: Ajax and PHP: XMLHTTP

2006-09-11 Thread Miguel Guirao
What do you exactly want to do? -Original Message- From: Micky Hulse [mailto:[EMAIL PROTECTED] Sent: Domingo, 10 de Septiembre de 2006 10:46 p.m. To: php php Subject: Ajax and PHP: XMLHTTP Can I replace the above with some sort of XMLHTTP request? Googling now... thought I would ask

[PHP] Re: Ajax and PHP: XMLHTTP

2006-09-11 Thread Alex Turner
Micky Hulse wrote: Can I replace the above with some sort of XMLHTTP request? Googling now... thought I would ask here first. Any good links to tuts that might cover that sort of thing? Kinda thinking about plugging some Ajax into a random image php script. TIA. :) Cheers, Micky I think th