NicoleSwan.com

I’m in a holding pattern.

NicoleSwan.com header image 4

Entries Tagged as 'PHP'

Advanced PHP: eval()

July 20th, 2004 · 1 Comment

I thought I’d share a handy trick I came across recently. Most people know of the handy Javascript eval(), but PHP has one of its own up its sleeve. My situation involved needing to capture the result of a PHP script for inclusion into content I was rendering in a Smarty plugin. […]

[Read more →]

Tags: Programming · PHP