Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Connor
Anyone recommend some good jazz music?
1 AnswerJazz7 years agoSites or software to host own radio from home?
I wanna host my own radio but don't know any sites or software able to do so + would I need to put money into it// buy other tools I don't have I wanna be able to do it free :) thanks
2 AnswersSoftware7 years agoI wan't to watch cops (the tv show) but can't use the official site because im currently in the UK?
Hi,
I want to watch cops the tv show and i am geo blocked because i am currently in the UK. is there any sites i can use to watch it without being geo blocked
Thanks
4 AnswersReality Television7 years agoNHL 14 live the life help?
I've started a live the live career on NHL 14 and have started in the CHL instead of the NHL entry draft, can I promote from the CHL and what path have I taken, I've played up to November in the CHL. Can I progress further from the CHL after 1 season or do I stay in the CHL
Thanks
1 AnswerHockey7 years agoHi my name is Dave and I'm a glitchy silver fish?
2 AnswersFish7 years agoI just finished watching the movie the purge and was wondering would a purge actually work?
As the title says would a purge actually work, you can be from any country let me know which one and let me know if it would work in your country!!
I live in London and I actually think it may work a little but I don't know
Let me know your thoughts!!!!
3 AnswersMovies8 years agoPC games i can run with these specs?
these are my specs:
Vista
Intel Celeron 1.86GHz
1.00GB RAM
i know my PC isnt good but i wanna know if theres any good PC games i can run!!
Types of games like:
Open world
simulator
7 AnswersPC8 years agoWhat do I need to take with me to the apple store to get my ipod fixed?
So my home button on my iPod touch 5th gen has broke and I wanna get it fixed. My warranty is still in because I checked but I'm not sure what I need to take with me to the actual store: do I just take the iPod itself or bring the whole box it came in?
2 AnswersMusic & Music Players8 years agoPHP coding error message help?
This is my code:
<?php
Echo <<<_END
<head><title>Change Top 3 cars</title></head><body>
<form method='post' action='connor_lockett_p5.php' enctype='multipart/form-data'>
New Content: <input type='text' name='content'/><br />
New Image: <input type='file' name='image' size='10' /><br />
Products:
<select name="file">
<option value="product1.txt">Product 1</option>
<option value="product2.txt">Product 2</option>
<option value="product3.txt">Product 3</option>
</select>
<input type='submit' value='Upload' />
</form>
_END;
if($_FILES)
{
$_POST['filename'];
switch ($x)
{
case "product1.txt":
$product_number = 1;
break;
case "product2.txt":
$product_number = 2;
break;
case "product3.txt":
$product_number = 3;
break;
}
switch ($product_number)
{
case "1";
//change text file
$y = $_POST['content'];
$fh = fopen("product1.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
}
{
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product1.jpg');
echo "File uploaded!";
}
{
//read file
$file = fopen("stats1.txt", "r") or exit("Unable to load stats!");
$y=1;
$x = (fgets($file));
fclose($file);
}
{
// add 1 to file
$z=$x+$y;
$fh = fopen("stats1.txt", 'w');
fwrite($fh, $z);
}else {echo "Please choose a file!";}
{
error_log("Faild to choose a file ",
3,"txt.txt");
}
break;
case "2";
{
//change text file
$y = $_POST['content'];
$fh = fopen("product2.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
}
{
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
}
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product2.jpg');
echo "File uploaded!";
}else
{echo "Please choose a file!";}
{
error_log("Faild to choose a file ",
3,"txt.txt");
}
break;
case "3";
{
//change text file
$y = $_POST['content'];
$fh = fopen("product3.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
}
{
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
}
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product3.jpg');
echo "File uploaded!";
}
else{
{echo "Please choose a file!";}
{
error_log("Failed to choose a file-----",
3,"txt.txt");
}
break;
}
?>
The problem is it keeps coming up with this error message:
Parse error: syntax error, unexpected 'else' (T_ELSE) in C:\xampp\htdocs\connor_lockett_p5.php on line 73
3 AnswersProgramming & Design8 years agoIs it weird to think you have had a past life?
Ok so basically I have this crazy theory that I think I had a past life!
For some reason these 3 things keep popping up around and I notice them a lot:
The year 1944
The word medic
And for some reason I have a lot of knowledge about world war 2
You prob think I'm crazy but I don't know
8 AnswersPsychology8 years agomy code is a complete mess can someone help me fix it?
<?php
Echo
<<<_END
<head>
<title>Change Top 3 helicopters</title>
</head>
<body>
<h1>Change Top 3 helicopters</h1>
if($_FILES)
{
$_POST.['filename'];
switch ($x)
{
case "product1.txt":
$product_number = 1;
break;
case "product2.txt":
$product_number = 2;
break;
case "product3.txt":
$product_number = 3;
break;
}
switch ($product_number)
{
case "1";
//change text file
$y = $_POST.['content'];
$fh = fopen("product1.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product1.jpg');
echo "File uploaded!";
//read file
$file = fopen("stats1.txt", "r") or exit("Unable to load stats!");
$y=1;
$x = (fgets($file));
fclose($file);
// add 1 to file
$z=$x+$y;
$fh = fopen("stats1.txt", 'w');
fwrite($fh, $z);
}
else
{echo "Please choose a file!";}
{
error_log("Faild to choose a file ",
3,"txt.txt");
}
break;
case "2";
//change text file
$y = $_POST.['content'];
$fh = fopen("product2.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product2.jpg');
echo "File uploaded!";
else
{echo "Please choose a file!";}
{
error_log("Faild to choose a file ",
3,"txt.txt");
}
break;
case "3";
//change text file
$y = $_POST.['content'];
$fh = fopen("product3.txt", 'w');
$text = $y;
fwrite($fh, $text);
fclose($fh);
//upload picture
$name = $_FILES ['file']['name'];
$tmp_name = $_FILES ['file']['tmp_name'];
if (isset ($name))
if (!empty($name))
{
$location = 'downloads/';
move_uploaded_file($tmp_name, $location.'product3.jpg');
echo "File uploaded!";
else
{echo "Please choose a file!";}
{
error_log("Failed to choose a file-----",
3,"txt.txt");
}
break;
}
?>
1 AnswerProgramming & Design8 years agoWhat's this song?
The song is at the end of the performance, there's 3 songs I know the first 2 but I don't know the last:
1 AnswerLyrics8 years agoCan anyone see whats wrong with this code?
This is the code:
<html>
<head>
<title>
Screen
</title>
</head>
<body>
<?php
$width = $_POST["width"];
$height = $_POST["height"];
$browser = $_SERVER['HTTP_USER_AGENT'];
?>
<h3>
<?php
echo "Your browser is: $browser";
?>
</h3>
<h3>
<?php
echo "You are using a screen resolution of: $width x $height";
?>
</h3>
</body>
</html>
1 AnswerProgramming & Design8 years agoSQL query running help?
This is my SQL query code:
SELECT customer.surname, customer.first_name, rents.date_rented
FROM customer
INNER JOIN rents
ON customer.customer_id=rents.rental_id
The problem is it comes back with this message each time:
MySQL returned an empty result set (i.e. zero rows).
i don't know how to fix
1 AnswerProgramming & Design8 years agoMy friend wants me to buy and play minecraft...read on below....?
My friend wants me to buy and play minecraft with him and your probably thinking whats the problem.. well the problem is i don't really want to pay for minecraft as i feel i would literally play with him for a few weeks to keep him happy and never play again! what should i do??
7 AnswersVideo & Online Games8 years agoGood games to play on a ALMOST low spec Laptop?
Hey guys, I'm looking for some good games to play on my laptop!!
I don't know my specs to well all I know is I can run Stalker shadow of chernobyl well on medium settings
I like FPS and games like Skyrim. I'm a big fan of free roam games. I like simulator games and I like the sims. I also enjoy Apocolypse games and WW2 games.
Hope anyone out there can recommend some ace games.
Thanks in advance
Consy_
3 AnswersLaptops & Notebooks8 years agoPHPMYADMIN table help?
I am creating a database for a video store and i currently have one table called "Video" one of the columns is "Genre" and on my relational database design i have 4 types of Genres coming off the main genre column. all i want to know is do i have to create a new table for the list of genres or just add them on the columns underneath. thanks in advance
Programming & Design8 years agoTEN POINT COMPETITION: Funniest general stories/ embarrassing moments?
HELLO PEOPLE OF YAHOO THING
It's another 10 point competition. Rules as always I ask the question you answer it!!!
Todays question is what are your funniest stories or most embarrassing moments. I will rate it on obviously the funniest or best story GOOD LUCK
(the reason I do these: I get a lot of emails saying why I do these well I do them on reddit as well and people like them. I see a lot of questions on here that are like real sad or really boring and I just post these for the people who want to get points for answering good fun questions!)
2 AnswersJokes & Riddles8 years agoWhat is the best or weirdest 2012 end of the world bull you've heard?
Hey guys,
Just a bit of fun I know it's coming to that suspicious date 21/12/2012 and I think it'll be cool for people to share something they have heard or stories they may know like the best or weirdest things. If your a believer tell us what u think will happen, if you think its bulls*** then tell us what you've heard :D best story or weirdest thing WINS!!!!
6 AnswersOther - Society & Culture9 years ago