Search results

  1. B

    need help buying a computer?

    hello, i'm currently looking for a new desktop computer that's not too expensive. I've looked around at several websites but i don't know much about computers so none of it makes sense to me. i was hoping to buy a computer for under $700. I only use my computer for small and simple arcade games...
  2. B

    php mysql syntax help?

    basically i get the following error returned "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1" and my code is " <?php include'conn.php'; $value=$_post['usid']; $query="SELECT * FROM users...
  3. B

    Name of old board game with ponds and fish...?

    There's this really old (probably discontinued) board game like "the farming game" only with ponds and fish. It had really ugly drawings of fish and the money had pictures of people with gas masks. Does anybody know the name of it? Thanks a bunch.
  4. B

    Name of old board game with ponds and fish...?

    There's this really old (probably discontinued) board game like "the farming game" only with ponds and fish. It had really ugly drawings of fish and the money had pictures of people with gas masks. Does anybody know the name of it? Thanks a bunch.
  5. B

    Sport topic needed, help!!?

    I have to write a term paper on a current sport management issue/policy/situation etc. that is at least somewhat controversial. Any ideas on a topic???
  6. B

    need some php help...?

    my code below works fine however i need to save this info as a cookie and then echo the cookie not the variable like im doing below. i've tryed setting it as a cookie but it mess's up the script and it doesn't do what the script is ment to. if anyone could have a look at this script and get it...
  7. B

    i need some php help!?

    I need some php help!? the below script is my page so far. this all works great and when you click a radio button it adds to the running text list the with the last item clicked at the top along with the date and time. however i would like this info saved in a cookie so when the user closes an...
  8. B

    i need some php help!?

    I need some php help!? the below script is my page so far. this all works great and when you click a radio button it adds to the running text list the with the last item clicked at the top along with the date and time. however i would like this info saved in a cookie so when the user closes an...
  9. B

    i need a bit of php help.?

    I need some php help!? the below script is my page so far. this all works great and when you click a radio button it adds to the running text list the with the last item clicked at the top along with the date and time. however i would like this info saved in a cookie so when the user closes an...
  10. B

    i need some php help!?

    the below script is my page so far. this all works great and when you click a radio button it adds to the running text list the with the last item clicked at the top along with the date and time. however i would like this info saved in a cookie so when the user closes an reopens the page the...
  11. B

    i need some php help!?

    hey i have these 2 pages process.php PHP Code: <?php $sport = $_POST['sports']; $date = date("d/m/y"); $time = date("G:i:s"); $data_1 = "$sport $time $date"; setcookie("cookie",$data_1); header("location: code.php"); ?> and code.php PHP Code: <form name="test" action="process.php"...
  12. B

    i need some php help...!?

    hey i have these 2 pages process.php PHP Code: <?php $sport = $_POST['sports']; $date = date("d/m/y"); $time = date("G:i:s"); $data_1 = "$sport $time $date"; setcookie("cookie",$data_1); header("location: code.php"); ?> and code.php PHP Code: <form name="test" action="process.php"...
Back
Top