diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-12-14 19:58:40 +0000 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-12-14 19:58:40 +0000 |
commit | 5a36c3d531e6dbdf9d1cb45d44ef99a6cbfd5796 (patch) | |
tree | c1be76d72b9c57787221ea8735eedb22a4e587ee | |
parent | e1d4df7d36dd9cd11186cde6652485137fe5ace2 (diff) |
Make HTML form a bit more informative
-rw-r--r-- | iplayer.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/iplayer.php b/iplayer.php index 951cb1c..b1a2007 100644 --- a/iplayer.php +++ b/iplayer.php @@ -10,9 +10,12 @@ if (isset($_GET['id'])) { ?> <form action="./" method="post"> <p>Enter a non-live iPlayer URL:<br> +e.g. http://www.bbc.co.uk/iplayer/episode/b04tr8c4/<br> <input name="url" id="url" size="40" type="text"> -<input type="submit"> -</p> +<input type="submit"><br> +You can also use ?id= to specify a programme ID directly to bypass this form<br> +e.g. http://iplayer.of.je/?id=b04tr8c4</p> +</form> <?php exit(); } |