Using Eval
Monday May 28, 2007
You can use the eval () function to evaluate a string as PHP code. What this means is that you can contain code within a variable. Instead of just being seen as a string, by running eval () it is actually read is code.


No comments yet. Leave a Comment