This is what I have to do.     
 $teamname[1] = "Red Sox"
 $teamname[2] = "Giants"
 $teamname[3] = "White Sox"
 $teamname[4] = "Cubs"
 $teamname[5] = "Cubs"
           Interface: Number 1 to 5;
       Output: "The [name] won World Series number .
This is what I have so far.    <?
$array=array('Red Sox', 'Giants', 'White Sox','Cubs' ,'Cubs');
print_r($array );
			echo "
";
          foreach( $array as $key => $value){echo $value ." ";  }
?>
  <form method = "post" action = "">
   <input type = "Submit" value = "Who won the series?" />
  </form>         
I'm not sure what to do next.
Echo Tweaking help!
HI. I would like to have the output of the entered variables repeat forever, but it's stopping at the last entered variable. Help would be great! <html><head>
Error when call dll from oracle
Hi all, please help me!
Receive Rosettanet Message to SAP 4.6c
Dear all ,
'grab_files', multiple extension?
hey guys,can anyone suggest a way to make to following line of code look for files with more than just 'jpg' within the file name (eg 'jpg, JPG, JPEG, jpeg')Code: $files = grab_files('./gallery',
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of the same email. I know I need to do an IF statement but I am kinda foggy on how to do the code.What I
cURL error
So here is my code... I got it off of here... http://www.youtube.com/watch?v=XcgQUsorF_8Because I'm completely new to cURL, just wanna get a page that requires a login... I wrote everything word for
How to add an image/C++ OpenGL?
Hi,
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statement. I generally loop through them in a while statement and put them all in a master array so I
Help with simple query
Hi, I'm trying to do a Query with a Union where I want to print the number of rows $tc contains. Can anyone see what's wrong with this:Code: $tc = @mysql_num_rows(mysql_query("(SELECT * FROM
simple script won't work. Please help
I'm new to php, and I am having trouble displaying a simple script in my web browser. My php code executes fine but the html tags in my script are treated as text and displayed on the page. This is