I’m a have a form in a file called SignUpForm.php, when it’s submitted, the page is redirected to the url http://localhost/MySite/Includes/SignUp.php?step=1, and in the file SignUp.php I have a 3 …
Tag: forms
how can i use only one file instead of 4 php files that are basically the same?
i basically have a simple porgram to count how many times a click a specific button and then send it to mysql, but for each button i have diferent tables and separated files. I would like to know if …
How to Add message to the @Assert?
I am trying to customize Symfony validator messages! * @UniqueEntity(fields={“email”}, message=”The Email is already used.”) The unique entity error message works perfectly fine and shows up like …
Laravel components with old() helper function
For my easy I have made a component which contains a dropdown in it. So that I can use it everywhere when I need it. This is the component
{{$title}}