Gives me a parse error, complaining about php_self. What gives?
Announcement
Collapse
No announcement yet.
Actinic's php doesn't know $_SERVER["PHP_SELF"]?
Collapse
X
-
Actinic's in-built PHP isn't running as part of a server environment. It's a programming extension to the application. If you're trying to write PHP code that's expected to run on the server, then you'll need to make it part of your generted pages (don't use the <actinic:block php="true"> ... </actinic:block>).Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment