Q. Which PHP feature allows executing code stored in a string?
β
Correct Answer: (A)
eval()
Explanation: eval() executes PHP code contained in a string.