Jump to content

[SOLVED] PHP: Variable Storing Functions?


justravis

Recommended Posts

you'll want to use the eval() function, which will execute the string passed to it as though it's PHP code.  keep in mind that it must be syntactically correct PHP code, and that you have to worry about quotes more than you would normally, as you have a second layer of interpretation going on.

 

look in the php manual for more details.

in this situation, i didnt even know the best keywords to use...how many search results you think returned when i used, "variable" & "function"? :)

 

You helped IMMENSELY.  eval() was just what I needed!!

 

Indeed, you do have to keep escaping chars in mind.  After about 20 min of confusion, I realized I didnt escape a $!

 

Thanks again!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.