I want to show a button in my single product page template that says "Try at home for free" under the product description and when you press the button it will add the product to the woocommerce cart with an amount of 0$.
I'm using woocommerce with elementor.
I have the following PHP code on...
Greetings,
I'm working with an unsupported PHP/MySQL CMS that for some reason uses the Ace editor for adding/editing page content, and I'm trying to convert this over to use the summernote WYSIWYG editor.
I've successfully replaced the editor, but unable to get the "Save" button to work because...
Hello friends
I hope you are all well.
I need a little help from you if you are familiar with CSS, PhP or Javascript.
I needed a grid display component for my site, and after searching I found a suitable one and installed it. Now the problem is that after activating the module related to this...
I'm working on a wordpress site that has a bunch of forms. I need to send the submitted form data to an api, in return I get a product. The products are charged by credits that I have on a account. Before I request the product from the api, I have to charge the user. The checkout page is done on...
I'm trying to make a dynamic gallery page for a website.
This code works fine:
<?php
$servername = "server";
$username = "username";
$password = "password";
$dbname = "dbname";
$conn = new mysqli($servername, $username, $password, $dbname);
if ($conn->connect_error) {
die("Connection...
Hello All,
Hoping someone with a little more experience than myself maybe able to help.
I've been stuck on this issue with my code for months now, and it's started hurting my head thinking about it.
Can anybody offer any guidance / advise / anything at all to help me on my way?
-----
I'm...
I have just started to learn some programming as I was supposed to do a small web scraping project with Python. Now I was told that I cannot use Python, but should use PHP. So far I just know some Python basics and no other language. Thus, I am wondering if you think it were easier for me to...
I have a file called index.php (located in the root folder of the website) which creates a file called cat.php in the root folder of the website.
<?php
$title = "cat";
$image = "cat_pics";
$desc = "funny cat pictures";
$content = "<?php include '_data/head.php'; ?><title>" . $title . " | Crazy...
Hi! Can someone translate this code from c++ to php?
#include <cstdio>
#include <algorithm>
#define REP(a,n) for (int a=0; a<(n); ++a)
using namespace std;
#define INF 1000000000
typedef long long LL;
///////////////////////////
#define MAXN 1000000
int wagi[MAXN];
int orig[MAXN];
int...
Hello I'm trying to loop through my php array in jqeury but when I do that it days it doesn't exist. this is weird to me because I'm able to use the array to create an variable in jqeury. I need a loop that starts at the first date, and adds 1 day until it reaches the end date.
the php code...
Hello,
Does anyone know how I can disable certain dates in my calendar based on the dates that are in the db??
so if the db has start_date (start_datum) 1-7-2022 and end_date (eind_datum) 3-7-2022. Then I want the code to disable all 3 of those days.
code:
<?php include "config.php"; ?>
<html...
I am working on setting up a woocommerce shop.
We have a requirement where the customer would be able to choose a product and when a product is chosen, a subsequent dropdown would be populated with the variants of the products. When the variant is chosen the price would be displayed
I am...
<?php
include 'header.php';
?>
<div class="jumbotron">
<h1>Add Your Hotel Details,<br> Welcome to <span style="color:green;">Kana Bachao M sign up 457</span></h1>
<p class="pt-3" style="font-size: 21px;">Create an Account and add your Food</p>
</div>
<div class="container">
<div...
hello! i'm making a calendar that shows which days have been booked and which are available.
In my db I have two important cols for this called: start_date and end_date (translation is start_datum and eind_datum)
Now I'm trying to make the days that are booked have the red booked label. the...
I want to create a calendar in php but it's not working out so well I want to be able to make my < and > buttons work and change the date on top of the calendar with one month. but I I can't get it to work. right now the date on top of the calendar is 08-06-2022 and I don't know why this is the...
I don't understand what is going wrong here I have a form for my users called reservation.php this one (is supposed to ) goes to reservationback.php but I have been trying it and for some reason it goes to reservation.php?submit=submit why is this happening??
reservation.php this one is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.