Search results

  1. W

    Registration Submit shows code

    Thanks, but now I got this error: Parse error: syntax error, unexpected '=' in /home/wilddog/public_html/register.php on line 46 I don't see it X(
  2. W

    Registration Submit shows code

    DO'OH! Thanks for pointing that out, editing my post :)
  3. 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"...
  4. W

    MYSQL_Select_DB Error

    Read the whole thing, the first problem was it not conencting. Now I got some other error, look at the second last post there.
  5. W

    MYSQL server for PHP login

    Thanks that solved that problem. Sorry to bother you again, but now I'm getting this... Ummmm what? Thanks for any more help :) Edit: Can someone please help? I appreciate the swift response last time, and I know that it might not always happen. But please, I've been trying to make a login...
  6. W

    MYSQL_Select_DB Error

    I'm having a similar problem, I think. Look here: http://forums.x10hosting.com/free-hosting/67374-mysql-server-php-login.html Does this seem similar to you?
  7. 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