Search results

  1. W

    Headers and client mismatched PHP?

    This isnt a problem with the code, but with the PHP installation/conifguration. Google "Headers and client library minor version mismatch" and you will find forum threads with possible solutions.
  2. W

    php and mysql problem?

    Your problem is here: $comment = ($_Post["comment"]); it should be $comment = ($_POST["comment"]);
Back
Top