bmopro Posted March 31, 2007 Share Posted March 31, 2007 I just recently added wimpy player to my site. It includes a script (playlist_app.php) that will dynamically create a playlist and output it in xml, so the player can read it. My question is this... How can i pass a varablie to that page (playlist_app.php) so it can hit the DB and create the playlist without using the include function? I want to call the index page, hit the (playlist_app.php) page with a variable to create the playlist, and have the index page diplay. I can't obviously use include because the (playlist_app.php) prints out xml. Thanks for the help! Brian Link to comment https://forums.phpfreaks.com/topic/45081-solved-runnig-a-sript-on-a-seperate-page-other-than-the-one-being-called/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.