limitphp Posted December 18, 2008 Share Posted December 18, 2008 I have a page that has a div in it. I make an ajax call to replace the contents of that div with another php page (artist_songs.php) whenever the user changes a form SELECT option. Is there a way the ajax page (artist_songs.php) can use a variable from the main page without passing it in a querystring in the ajax call? like a global variable or something? Quote Link to comment Share on other sites More sharing options...
setiawanh Posted December 24, 2008 Share Posted December 24, 2008 Maybe you can use the session variables to pass them around. Just a suggestion. 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.