I’m working on a website that has 6 CSS files at the moment. I want to make a php function that scans a directory and load all the CSS files in de HTMl head. I got this working on the index page, but …
Tag: html
Bootstrap Content not full screen on Mobile phone screen
In this Form content not stretch into full screen in the Mobile phone screen but in the computer and Tab screen its show properly. pls advice to solve. <link rel="stylesheet" href="https://…
How can I output an elements inside a foreach by generating a column layout?
I’ve a problem I need to solve. I’ve this HTML layout here in PHP:
<span class=…
How can I solve net::ERR_ABORTED 404 (Not Found) in a view, error dont let display the css Laravel 6.0?
I am doing a view and when I send the information that, I want to show to that view send the error that I show above and the view is displayed with html only. This error doesn’t happen when I did not send information to the view. I don’t know, how to solve it. Says exactly like thisGET http://127.…
Why my values of the form input does not pass to database
Currently I am working on an apply form that staff taking leave. The form is user need to fill on their leaveDuration, leaveDate and reason only. I need to pass the values that they fill in the input …
How to echo html in php with link to database? [closed]
below is what i had tried: echo “”; or echo “<input class='form-control' type='text' name='jobID' …
Input state field depending on drop-down selection
Need to accomplish: When a user selects anything other than CA, print the selected state inside the notice that I have below.
…
Why my load more button won’t work whatever I do?
I’ve been struggling with this the whole day, I just can’t get it working for I don’t know which reason. The doubt is because I have another section on the same page and it works perfectly. I have a …
while uploading image in php shwoing error
I have an image upload option in my website, when the user upload the image, it goes to database and it should display in the homepage. I have done the following code: for add.php <?php // …
input name[] to store values in html/php
I have a php/html code as shown below. The below html/php code is working in a way that on adding rows, we can select date from every row and can save it as well. Here is the script which I have …