ttmt_730 Posted September 11, 2013 Share Posted September 11, 2013 Hi all I'm new to php and I think I've fried my brain a bit. I'm using Wordpress. I'm looping through some pages and creating a 'select' menu for each page with options relating to that page. I'm not displaying these select menu's but attaching them to a php variable so I could use them with javascript/AJAX after the page has loaded. Once the page has loaded have these php variable gone ? Is there a way to store these varaiables so I can use them after the page has loaded. Link to comment https://forums.phpfreaks.com/topic/282073-storing-php-variable-after-page-loaded/ Share on other sites More sharing options...
fastsol Posted September 11, 2013 Share Posted September 11, 2013 Use the $_SESSION array. You'll also need a session_start(); at the very top of the code for the page. I would imagine that wordpress already has that in the code but I have not used wordpress so I could be wrong. Link to comment https://forums.phpfreaks.com/topic/282073-storing-php-variable-after-page-loaded/#findComment-1449122 Share on other sites More sharing options...
trq Posted September 11, 2013 Share Posted September 11, 2013 I'm not displaying these select menu's but attaching them to a php variable so I could use them with javascript/AJAX after the page has loaded. Your going to need to explain what your actually doing here as this statement doesn't make a whole lot of sense. Link to comment https://forums.phpfreaks.com/topic/282073-storing-php-variable-after-page-loaded/#findComment-1449123 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.