[PHP] Re: Ajax and PHP: XMLHTTP

2006-09-11 Thread Alex Turner
Micky Hulse wrote: ?=$_SERVER['PHP_SELF']? 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. :)

[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 ?=$_SERVER['PHP_SELF']? Can I replace the above with some sort of XMLHTTP request? Googling

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