Skip to content

Tag: php

Using blade components and javascript

I’m using Laravel, and I’m trying to use javascript to fill a list of users. The problem is that each entry of the list is based on a view, which I made in a Blade component: pro_list_entry.blade.php: Then I would like to feed all those components to the list using Javascript: … After a litt…

Form Submit Confirmation With SweetAlert2

I’m working on a project that needs confirmation before submit the form, to do that I’m using SweetAlert2 but it doesn’t work in any way. I tried with the code from another threads but I have the same issue, the page loads and when I submit the form, it doesn’t do anything (well, it su…

PHP Post radio value to next page on radio click

I need some help with my code as I have got a problem with posting the value. When I click on the radio, it will not post the data when it redirect me to secondpage.php. I want to post the value when I click on the radio button to take me to the next page. firstpage.php secondpage.php It will show

JavaScript and HTML element manipulation

Project Concept: Creating an “exam maker”, which can be accessed by a teacher to create and let a student be able to access it to take. Many features would be included but to keep it simple on the question at hand i wont be including all info. Front End: List all questions in the database, using a…