08.08.2012, 04:44
well the only thing sent as Data[] will be "Line 1" as its just a blank .php with the PHP code
here's the code
here's the code
PHP Code:
<?
if (isset($_GET['listsongs'])) // List Songs
{
echo "Line 1";
}
else // List Stations
{
echo "Something went wrong";
}
?>