Making this work
-
Hello!
if I put
[insert_php] echo "Hello!"; [/insert_php]
I get the expected “Hello!”
but if I do:
[insert_php] echo "Hello!"; foreach ($_GET as $key => $value) { } [/insert_php]
then I get nothing while the code has no error. So I can’t run foreach? Or I’m missing something else?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making this work’ is closed to new replies.