the HTTP_GET (Website side)
#9

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

PHP Code:
<?
if (isset($_GET['listsongs'])) // List Songs
{
    echo 
"Line 1";
}
else 
// List Stations
{
    echo 
"Something went wrong";
}
?>
Reply


Messages In This Thread
the HTTP_GET (Website side) - by Shaneisace - 08.08.2012, 01:25
Re: the HTTP_GET (Website side) - by AustinJ - 08.08.2012, 03:07
Re: the HTTP_GET (Website side) - by Shaneisace - 08.08.2012, 03:21
Re: the HTTP_GET (Website side) - by AustinJ - 08.08.2012, 03:29
Re: the HTTP_GET (Website side) - by Shaneisace - 08.08.2012, 03:47
Re: the HTTP_GET (Website side) - by AustinJ - 08.08.2012, 04:08
Re: the HTTP_GET (Website side) - by Shaneisace - 08.08.2012, 04:17
Re: the HTTP_GET (Website side) - by AustinJ - 08.08.2012, 04:28
Re: the HTTP_GET (Website side) - by Shaneisace - 08.08.2012, 04:44
Re: the HTTP_GET (Website side) - by AustinJ - 08.08.2012, 04:59

Forum Jump:


Users browsing this thread: 1 Guest(s)