GetSimple Support Forum

Full Version: gs variables in php page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
i have a form that call a php page, i would like to use gs variables like $SITEURL in that page, but if i put:
PHP Code:
global $SITEURL
and use this variable ( in my case i send a link via email), it shows nothing. My action_page.php is in website root dir (where is gsconfig.php ).

Many thanks
include common.php
Thanks dude, i missed somewhere...