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");
e.g
$string = "echo";
$string2 = "hello";
how do i make this do this :
string ("string2");
so
echo ("hello");