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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.