Recent content by RaggedClinic13

  1. RaggedClinic13

    PHP Registration Form with PHP & MySQL

    Here is the finished script (almost working), need to update it though. <?php require_once 'dg/connect.php'; /* I am trying to create a mysql query. Inside of the submit if-loop, there is one or two statements that run a mysql query command. My problem is: it's not working. I don't know...
  2. RaggedClinic13

    Please help me with this simple SQL code

    I think your query should be inside the first brackets of the if-statement
  3. RaggedClinic13

    PHP Registration Form with PHP & MySQL

    I guess you have to create a proper mysql query for it to work!
  4. RaggedClinic13

    PHP Registration Form with PHP & MySQL

    This is my latest code (not working yet) <?php require_once 'dg/connect.php'; /* I am trying to create a mysql query. Inside of the submit if-loop, there is one or two statements that run a mysql query command. My problem is: it's not working. I don't know how to make This work but I...
  5. RaggedClinic13

    PHP Registration Form with PHP & MySQL

    I get it now. You insert "INSERT INTO inside the first brackets of the if-statement
  6. RaggedClinic13

    PHP Registration Form with PHP & MySQL

    This is my code. I'm creating a game. The address to the game or shall I say, this page, is ecolina.eu/r.php; I have not decided yet if it's going to be a game about horses or cats. But I need help with my code. There is something wrong with the if-statements! When I use this if-statement (in...
  7. RaggedClinic13

    A simple registration script

    I am here, and I don't understand how to continue The registration form submits to register.php using the HTTP POST method. To process the form data, you can check if the HTTP request is POST at the beginning of the register.php file like this: if(strtoupper($_SERVER['REQUEST_METHOD']) ===...
  8. RaggedClinic13

    A simple registration script

    I think I am going to proofread the site
  9. RaggedClinic13

    A simple registration script

    Actually, I found this site: https://www.phptutorial.net/php-tutorial/php-registration-form/ The only problem I have here is it says The following shows how to use the filter() function to sanitize and validate the user inputs: And I don't know where to put this filter
  10. RaggedClinic13

    Hi :)

    Hi :)
  11. RaggedClinic13

    A simple registration script

    I can't wait until my game is finally finished
  12. RaggedClinic13

    A simple registration script

    I would like something just like PHP Forum
  13. RaggedClinic13

    A simple registration script

    Are there any here?
Back
Top