At 14:05 11.06.2003, Sancar Saran said: --------------------[snip]-------------------- >Hi, >Is there any example or/and tutorial for create php code with using php. --------------------[snip]--------------------
It's simple, frankly: $code = EOC echo 'Hello World, the current time is ', date('H:i:s'), '<br />'; EOC; eval($code); The complexity is up to you ;-) -- >O Ernest E. Vogelsinger (\) ICQ #13394035 ^ http://www.vogelsinger.at/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php