uhm, could it be that you are also echoing the header files that you are including in your php?
write a php file that has <? echo "boo" ?> and call it with your ajax and all you should get is boo On 8/24/07, junkmate <[EMAIL PROTECTED]> wrote: > > > I want my AJAX responseText to return "ONLY" the data that I echo with > PHP... > at the moment it is returning full HTML pages, which I dont want and > is making things impossible... > > How can I strip these HTML tags out and leave just my data? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
