GetSimple Support Forum
QUESTION gs variables in php page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: QUESTION gs variables in php page (/showthread.php?tid=9727)



gs variables in php page - backit - 2017-06-13

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


RE: gs variables in php page - shawn_a - 2017-06-14

include common.php


RE: gs variables in php page - backit - 2017-06-16

Thanks dude, i missed somewhere...