php string command question?

  • Thread starter Thread starter mysecretunfortunatelife
  • Start date Start date
M

mysecretunfortunatelife

Guest
How can i turn a variable into a command

e.g

$string = "echo";
$string2 = "hello";

how do i make this do this :

string ("string2");

so

echo ("hello");
 
Back
Top