Skip to content
Advertisement

Tag: forms

My php Form doesn’t add messages to PhpMyAdmin

So I’ve updated the code below but it still doesn’t work and I don’t understand why… The messages doesn’t appear in my database in PhpMyAdmin and I don’t see the error messages I’ve put when for example a entry in my form is empty.. Thank you in advance for helping me………………………………………………………………………………………………………………………………………………………………….. Answer The name attributes are missing in your form

Is it possible with only PHP ? PHP FORM

I have a .csv file which contains the name of a product and its quantity separated by a comma. I would like to choose a product from the ComboBox and have its quantity displayed into ‘max’ of my input of numer type . Here is a sample of the .csv file : Here is a sample of my HTML and

HOW CAN I HIDE A FORM BASED ON USER ROLE OR PRIVILEGE PHP [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question Please how can I hide a form or input field based on the user role or privilege using PHP. is it possible to do that

Contact Form Stuck in Validation

I am trying to get a contact form up and running for a portfolio website. I understand design, but have a very limited understanding of development/server side issues. The form functions as expected, BUT when submitted the form returns “..sending” and things stop there. I do not receive an email, and the status does not progress. My site is hosted

HTML Form stops working when I add another form

I have a php function echo out a form if specific parameters are met and everything was working perfectly. After I added the a few more forms under the original form (the php code is almost identical if it matters and the action parameter goes to the same file for them all) the forms above the most recently added form

Confirm delete using sweetalert in Laravel Form Collective

I’m a beginner in using laravel, please help. I’m using sweet alert to ask for confirmation before deleting. The error says that it is missing a required parameter for destroy, though I am certainly sure that I am passing an id to the function destroy. Here’s my code Announcement.blade.php delete_script.blade.php destroy function in AnnouncementsController.php Route The error is this: Missing

Advertisement