In which context to you want to evaluate it further? PHP can only be evaluated on the server by the PHP interpreter. You can certainly call an active script -- have it perform some action on the server -- but then just like any other PHP application, it will return HTML (or XML or JavaScript or XML or Just Plain Text) back to the browser.
Walter On Jul 10, 2007, at 1:56 AM, Twag wrote: > > I am a little stuck with the Ajax.updater method. What I am doing is > sending a post variable to a PHP script. However, what I return from > the php script I call has php in it as well. PHP I want to evaluate > after it gets back to the user. Can I return php code from the script > I call? > > -Twag > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
