Hi i want to set value of my daterange filter as real-time like today is 5 April 2021 so the default of my daterange filter become from 5 April 2021 to 5 April 2021 and also display the data from my …
Tag: html
How to call sub blade file inside the main blade file Switch statement in Laravel?
I need to call the external .blade file inside my main .blade file switch statement, I alrady used ‘include’ but it’s not worked inside the script tag anyone can help me to do this..? Answer I solved my problem, thanks to those who help me.
Is there any method to pass live data from one Browser tab another Browser tab by using Javascript
I created an increment and decrement program but in that, I want to pass data from 1st Browser to 2nd Browser(one tab to another tab). In Index.html there are two buttons for incrementing and …
how to get data from another form
I have three forms which are homeUser.php, application.php, and payment.php. in homeUser.php I have this information with form details. So in form application.php, I can retrieve the id by using the code However, I want to use the numApplicant and location in the third form also. how should I call it in the third form? Answer Two options. 1: Store
CSS Styling in PHP echo
I am very new to using PHP and I am unsure how to style this table. I created a class but I am not sure if I make the changes in a separate CSS file because this did not work for me. Do I use style tags? How can I do this? Answer Just make sure the css file is
What is the best way to generate an URL that expires in 3 days? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last year. Improve this question Hello to all of you developers, I wanted to make a web page in php that can only be accessed through a
Force download image from different server html
I have a link, that after click the link, user can download image. Right now, after click the link, user only can viewed the image. How can I make browser to make after user click link, it will force to download the image Here’s the code I’ve tried added php code from here and here in below my html code,
How to use if elseif inside table row without making a new row?
I want to make a code that can use if else if inside table row. But I can’t make it ,once I use else if statement inside table row it make a new row by it self. I expect that it make a new column in the same row Here’s a code as you can see what I expected is
JS category subcategory – hide value from subcat when category is selected [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question I got [category] and [subcategory]. If user select [category-option(1)], then hide some value from [subcategory]. This is from school project where
hide the content of the page if the user is not logged in
I am trying to hide the contents of the page if the user is not logged in, everything is now hidden except the nav. It doesn’t apply the css code that I used. as you can see in the code I have added .dipsplay-custom: none; if the user session is not set so in every parent I added display-custom the