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: javascript
How to check if an element has a class using PHP in WordPress function.php file
I am trying to hide an element on the front-end and remember the user choice by creating a cookie in PHP. Here is how I have it set up: I have some HTML and JS scripts inside an HTML widget on the page on the front-end Then I have written the cookie function inside the function.php of the child theme:
“myMap is not a function” error when using the Google Maps API
I know this has been asked before. But the situation is that I’m referring the function before loading the map api. This was working a few days ago, and started giving me this error out of nowhere. I’d be grateful if someone could help me. Error: Answer Well, I solved it. The problem had nothing to do with Google Maps
Filled many Textbox with Select box using laravel
I want to display data in a text box based on the selected options. for example if If I select the title of the book, it will display the author of the book, the price of the book, the year the book was printed. I want to display the book based on the selected option chosen my Controller my Model
I am trying to load the script into my Elementor Widget and i am getting a Failed to load resource: net::ERR_CONNECTION_REFUSED on my WordPress
Error screenshot Failed to load resource: net::ERR_CONNECTION_REFUSED Answer It is properly enqued already and the errors you’re getting are for the different script and the script you’ve enqued are already showing the Console.log() test message you’ve added. I see there is no problem with enqueing the script, you might be dealing with some other issue, please continue with debugging.
Check if data updated_at 24 hours ago OR a day ago (laravel)
I am able to get days ago for each row in dattable using carbon. (view CustomController.php) But before the user is able to edit the data. I want to check if the data is updated a day ago or 24 hours ago. if 24 hours or a day passed user can’t update the data if it is within 24 hours
run php file with script tag
Is there any way to insert php code through <script>? Like `<script src=”example.php”>. I know that script is only for JS but I want PHP to generate JS that I can insert with script tag. Here I found a possible sollution: Generate JavaScript file with PHP when requested in HTML. PHP file: But I have an error Uncaught SyntaxError: Unexpected
How to send data in another page with a foreach loop and specific ID?
i have the follow code in PHP and HTML: And the JavaScript used in the button: In the beginning I am receiving the option of “Service 1” through a checkbox to proceed with the script I showed above, the problem arises when I want to select an ID from the 3 that are shown to generate a report in FPDF,
Sending null values to php from post js
I’m trying to send values obtained from datable to a php file but sends null and return empty values from php This is what’ive tried crud_unidades.php : Now I have no idea on how to assign that javascript variable to the php one to use the phpvariable to look up stuff in my database please help Answer This was the
Only draw closePath() line
So I’m trying to draw a polygon using the arc function. I know there are better ways to draw a polygon but I’m going to use this functionality to plot points within later on. I’ve got the shape drawn no problem, however, the arc path is visible so I was wondering if there is just a simple way to remove