Can PHP execute a string containing PHP code?

[email protected] ("jim") Fri, 9 May 2008 13:41:15 -0400
Newsgroups php.evangelism
Organization ltcq
Message-ID <[email protected]>
Hi,

Can anyone tell me how to use PHP to execute a string that contains PHP code 
which contains references to objects and variables such that when the string 
(code) is executed the objects and/or variables are updated (from the 
perspective of the calling program)?

I am in the process of determining if PHP is the appropriate scripting 
language for an application that I am writing.

Thanks in advance.
Jim