Welcome to Geeklog Tuesday, June 18 2013 @ 09:18 PM EDT
|
||||||||
![]() |
Forum Index > Extensions > Cool Hacks |
New Topic
|
Post Reply
|
Centerblock of Statics, global vars |
|||
| Anonymous: tokyoahead |
|
|||
|
|
Hi,
I have been writing a php-driven static page in the style of: ------------ $setting1="x"; $action=$_POST['action']; if ($action=="z") {function1();} else {function2();} function function1() { global $setting1; etc etc ------------------ Now the function works perfectly as a stati page. When I switch this static page to become a centerblock however, the global variables dont work anymore! Someone can tell me why? thanks |
|||
|
||||
| Content generated in: 0.12 seconds |
|
|
|