Search results

  1. J

    i have a car thats buick riviera 95 i touched 2 wires n my door it stays on

    dim checked fuses r good? i have a car thats buick riviera 95 i touched 2 wires n my door it stays on dim checked fuses r good i checked all fuses the man at buick car place said its a fuses but i checked any ideas
  2. J

    Does anyone here know if GOLBERG ever plans on returning?

    i miss the spear, jackhammer etc. and the AMAZING entrance with his theme. so cool. is he never coming back?!?!?!?!?
  3. J

    Is It worth buying a Salvage title Car? help! ?

    Hi, I am Full Time Student and also a Part Time Worker, So iv finally decided to buy a car (My 1st Car) and well I searched up a car on AutoTrader which I like alot! It's a 2007 Lexus IS 250 with 65k miles, I'm in love with the car and really want to buy it but, I recently found out that the car...
  4. J

    What degree should I be pursuing to become a lawyer?

    I know Political Science is a popular option, but what else is there? Also what classes should I begin taking?
  5. J

    Local Down with the Clown stores?

    i live in Southeastern PA, bout an hour outside of Philly, and i cant find any down stores anywhere near me... there are stores like Spencers and HotTopic, but most of their stuff sucks, im looking for a good store when i can get some good Hatchet Gear... also i checked hatchetgear.com's "Down...
  6. J

    QUESTION:was glen beck rant on Egypt another WMD moment for him and fox news?

    http://video.google.com/videoplay?docid=6737097743434902428#
  7. J

    Motorola Xoom Or Macbook Pro?

    Which one and why thanks! Which to buy?
  8. J

    QUESTION:was glen beck rant on Egypt another WMD moment for him and fox news?

    http://video.google.com/videoplay?docid=6737097743434902428#
  9. J

    Aspiring DJ looking for music making programs for computer?

    I am looking for a website or program that will allow me to rip apart a song, meaning like ripping the vocals from the background beat....making them 2 seperate files. And I need a program to make music. Ideally a free program but one where I can speed up and slow tempo without affecting pitch...
  10. J

    QUESTION:was glen beck rant on Egypt another WMD moment for him and fox news?

    http://video.google.com/videoplay?docid=6737097743434902428#
  11. J

    Laptop no longer recognizes wireless card after format?

    Im using Windows XP. After formatting there is no longer the network connections icon on the bottom right of the taskbar. When trying to setup a new connection there is no option to connect via wi-fi. How do I find out what wireless card I have? It is a Dell XPS M140
  12. J

    How much can I sell my 25 Mhz Packard Bell PC for?

    It has a dial up 1200 baud modem and AOL 1.0 and Compuserve installed on the drive. One of the first pentiums ever.
  13. J

    QUESTION: how come it's "freedom on the march",when it's the G-O-P it's gloom & doom

    on dem watch? why i ask this? lessen to fox news lately??? i'm typing about Egypt .....and fox news commentators....& contributors CAN they really see the future? or is this ANOTHER WMD MOMENT.. Joe in texas~so,you saying that(and fox news) we should force ARE values on a people who have be...
  14. J

    I get the following response when i run my php script in xampp using PEAR.?

    'Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\login.php:1) in C:\xampp\htdocs\login.php on line 13'. This causes my script not to display. Am creating a log in page for users using PHP and HTTP. I think am using a CG I version of php...
  15. J

    Is $175 too much for this TV.?

    I am trying to find a TV that will last for under $200 that is HD. Is $175 too much for this TV. http://tampa.craigslist.org/pnl/ele/2200870252.html
  16. J

    Whats wrong with this snippet of php for uploading a profiel picture?

    $_name = $_FILES['myfile']['name']; $tmp_name = $_FILES['myfile']['tmp_name']; if ($name)
  17. J

    PHP Parse error: syntax error, unexpected T_VARIABLE?

    Can any one tell me whats wrong with my code: <?php include ("connect.php"); $_SESSION['user_name'] $user_name = $_SESSION['user_name']; if ($_POST['submit']) { //get file attributes $_name = $_FILES['myfile']['name']; $tmp_name = $_FILES['myfile']['tmp_name']; if ($name) }...
  18. J

    How do you connect to xbox live through a verizon wireless internet card through a...

    ...laptop? i have a verizon wireless internet card and a wireless router and a mac laptop and ethernet cable
  19. J

    SimpleXMLElement php not working?

    Here's the xml document <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Edited by XMLSpy® --> <root> <entry> <title>The Final Countdown</title> <artist>Europe</artist> <album>The Final Countdown</album> <genre>Rock</genre> <year>1980</year> <songDirectory>http://google.com</songDirectory>...
  20. J

    php file upload plus $_POST in same html form?

    html: <form id="form" action="create.php" method="post" enctype="multipart/form-data"> Title: <input type="text" id="title" /> File: <input type="file" id="file" name="file" /> </form> php: echo $_POST['title']; Why doesn't this echo the title? All the $_FILES stuff works fine.
Back
Top