Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. B

    PHP My action_page.php

    I provided you with a working zip file, it wouldn't kill you to take some time and try debug yourself, maybe start by adding something like var_dump($_POST); die(); At the top of your action_page.php then submit the form until you sort your fields out...
  2. B

    PHP My action_page.php

    Firstly you're missing the `method` attribute on your form. Secondly all the input names do not match the POST values you're expecting on the PHP side. Have attached the fixed version.
  3. B

    Running XAMPP on windows can be dead slow and make you frustrate

    Try Laragon, much faster. https://webassist.xyz/laragon-local-development/ https://laragon.org/download/migrate-from-xampp.html
Back
Top Bottom