Hi,
I tried to initialize $test. For testing purposes I did embed it into test output, because I could not initialize more variables for some reason I don't know.
Besides:
The original script did set many variables already. But I am far away of exhausting memory limits. When trying to set another variable, I get an internal server error. No matter which line below the current line I try to set a variable of any type or any value, I get this error.
Code: Select all
echo "1";
$test="hello world.";
echo "2";Code: Select all
1djot
-