Hello, Im new to this forum and php, blablabla. : D
I'm trying to include a .php (witch includes a javascript that leads to a .xml playlist), without "going to another url". I don't know if its even possible, and most likely my syntax is a bit off. ; |
Some haxxor-assistance would be appreciated ! : )
$playlist=$_POST["playlist"];
if ($playlist=="In Flames - A Sense Of Purpose")
{
echo load=if_asofp;
}
if($playlist =="something else")
{
$load=smtng_else;
}
else
{
$load=default;
}
include("$load.php");