2017-06-13, 23:47:44
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:
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
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;
Many thanks