Search results

  1. W

    Registration Submit shows code

    I'm trying to program a PHP registration script, but when I click submit, it ends up DISPLAYING register.php instead of processing it. Register.htm <?php include('vdaemon.php'); ?> <HTML> <BODY> <form name="login" method="post" action="register.php"> <table border="0" width="225"...
  2. W

    MYSQL server for PHP login

    Hi im new to PHP, so maybe I'm doing something wrong. I have a login script I copied, and am trying to put it on my site. Upon registration I get the error: What I THINK is happening is that I have the wrong MySQL host (I'm using exofire.net). here is my code for database.php: The Site I'm...
Top