Search results

  1. A

    Cartoon about robot in space?

    hello. when I was a kid I was watching a cartoon about robot in space. in was not series. The robot is made by an old man and he gave it to some others and they take it to space. robot is driven by some humans like voltron but it does not merge. the only name I remember from it is "stars"...
  2. A

    PHP & MySQL problem Please help?

    when I save this code to test my SQL it shows me blank page with no erroe: <?php /* Program: mysql_up.php * Desc: Connects to MySQL Server and * outputs settings. */ echo "<html> <head><title>Test MySQL</title></head> <body>"; $host="localhost"; $user="root"...
  3. A

    Headers and client mismatched PHP?

    this is my page code and I have tested MYSQL and PHP they run fine and they are connected. how ever over the mysqli table in my test.php which have this code: <?php /* Program: mysql_up.php * Desc: Connects to MySQL Server and * outputs settings. */ echo "<html>...
Back
Top