-
Gamehead's Future Site
A blog. blog.gamehead200.com
-
Office 2003 Kits Were Mailed!
Its not shipped by Microsoft. Its from another company btw.
-
Dedicated Server ?
Linux server's always the best for webhosting companies. I have a dedicated Linux Redhat Server myself
-
Office 2003 Kits Were Mailed!
http://www.<<spam>>.net/o11/
-
[Desktops] 2003
Post the Mac themes and desktops and links to them! I need an awesome one!
-
Soldier If Furtune Double Ii Helix
I agree. The game is Soldier of Fortune II: Double Helix. I am an active player of it. If its not legal, you'll get that error.
-
Office 11 "beta Testers" - Post Your Comments Etc.
I found a HUGE bug in it. Its Microsoft!
-
Id3 Tags
I have all my mp3s labeled correctly like this: Nas - Made you look.mp3 Is there a free program that will edit the id3 tag from the filename? I have an mp3 player, and it has all my id3 tags all messy, so I can barely find my songs on mp3 player. TIA!
- Ipb 1.1.1
- Best Browser
-
The Ketchup Song
On the news, they showed the dance for it
-
Recommended?
Hello everyone. I think I am about due for an update on my computer. I want to get an Intel Pentium 4 2.8GHz CPU What motherboard goes good with that?
-
Nvidia Case Labels
In United States, but they are premade http://muzzlenose.com/
-
Port Forwarding With Hubs?
I don't know what you mean. It is a 4 port hub, to connect 3 computers and the dsl modem.
-
Submitting Forms
Mine. Its very simple. bugs.php (rename to your likings) <BR><form method=post action="thanks.php"><table width="300" border="0" cellspacing="0" cellpadding="0"><font face="Verdana" size="1" color="Gray"> <tr> <td width="108"><font face="Verdana" size="1" color="Gray">cUsername:</td> <td width="192"> <input type="text" name="name"> </td> </tr> <tr> <td width="108"><font face="Verdana" size="1" color="Gray">E-Mail Address:</td> <td width="192"> <input type="text" name="thereemail"> </td> </tr> <tr> <td width="108" valign="top"><font face="Verdana" size="1" color="Gray">Title:</td> <td width="192"> <textarea name="message"></textarea> </td> </tr> <tr> <td width="108"> </td> <td width="192"> <input type="submit" name="Submit" value="Send Form"> </td> </tr> </table> </form> thanks.php <?php if($sentemail == "2"){ include("sorry.php"); }else{ $num = $sentmessage + 1; setcookie("sentemail","$num",time()+600); //set the cookie $email = "Reported by:\t$name (\t$thereemail )\nMessage:\t$message\nIP Address:\t$REMOTE_ADDR\n\n"; $to = "gamehead@hisemail.com"; $subject = "Subject of submission u want"; $mailheaders = "From: $thereemail <> \n"; $mailheaders .= "Reply-To: $thereemail\n\n"; mail($to, $subject, $email, $mailheaders); include("thanksecho.php"); } ?> thanksecho.php <form method=post action="thanks.php"><table width="300" border="0" cellspacing="0" cellpadding="0"><Center><center>Thank you for submitting the form. sorry.php (Copy code from thanksecho.php here)