my goal is to create something like this :enter image description here So an area where I can put a form for authentification or create an account. I already created a form in php which is linked to my database like this Is there something in boostrap or css or even js which can make me creat this blue area
Tag: bootstrap-4
Modal inside my html table not working or can’t be open, only the first is modal is working
Only first modal can be open inside my html table is there a way to fix it? I’m using javascript to open modal instead of using target using a button. I want to open modal for every selected row in my table. Thank you in advanced. Modal This is my html table code Then this is my modal code and
How to use PHP code in inline CSS in HTML
I’d like to use my PHP code in Inline CSS. Let me show the code: This is my code: This is what I want to achieve: But instead, I get this: What can I do to make CSS read 22 from my PHP code? I want to change the width by changing the PHP code. By the way I’m using
Boostrap popup from a loop in Laravel
I have content from a loop and I’m displaying title and image in a grid boxes. In addition, in every box of content I have View more button and when a user clicks on, it shows the full content (title, image, body) in popup. I have tested with Bootstrap modal and the popup functionality works but when I click the
Input from Model not included in form POST data
I have a simple HTML POST form with a model contained within like so: https://jsfiddle.net/pilotman/rn9gspz8/6/ note: the JS fiddle is basic and just for demo and is not perfect. So when I submit the form and let the input inside the model has some text, my server script does not see ‘input2’ Does the data inside the model get sent
I want to display the days and date also by the relationship between the coach and working times
Here a want to add Appointments available for the coach by using two tables…one for date_days the second for trainer and I make a 1-m relation between two tables. Dateday Table… Show this way you give me an error, And I want To add a day and date and start_date/end_date to the index page for trainer Who can do this??
creating a check for a single column of fetched data PHP sql
So I’m working a module of a Hotel Website which is Wine List and data is fetched dynamically and there are multiple categories of wines. I am showing them all according to their category and I also want to have a title above the wines of a single category.. e.g Wine A is a category and i want all those
Filling boostrap cards with data from a mySQL database
I am trying to fill bootstrap cards with data from a database. I am very close. I have the mainphp file called project.php A file with a function called component to fill them, called component.php. And a connectDB.php file, that connect the DB and extracts the information from a table. I am aware this is alot of code so I
How to send a jQuery ID to Bootstrap Modal to use it in PHP function?
I know there are lots of similar posts but nothing really helps me. I’m trying to run a PHP function in Bootstrap Modal with two parameters, one of the parameter is a row ID that needs to go from jQuery. I can send it and display it in a div id but how can I convert this parameter for a
Uploaded image is not returned to PHP
I am trying to make a form for editing a product but if I upload a image the image can not be found by my PHP code it throws this error: Notice: Undefined index: image in C:xampphtdocspagesshopmanageradminproducteditor.php on line 10 Notice: Undefined index: image in C:xampphtdocspagesshopmanageradminproducteditor.php on line 11 Upload failed This is my Code: Answer Your <form> needs to