I'm doing an application and I need to do a Login. I already do it, and it was working until yesterday, but today it stops work and I don't know why. I was sear
I have a number of checkboxes that indicate the item that is ordered through our online order form system. For each item selected there is a corresponding .pdf
I've been searching for how to do this, and I haven't been able to get anything to work yet. I want to remove the '.php' file extension from all files that have
My pattern works in JavaScript. (?<=(?:username|Email|URL)(?:\s|:))[^\n]+ However, when I try to use it in PHP, I get this error: A lookb
public function patients_view($id) { $patient = Patients::where('id', '=', $id)->first(); // .... } I just need to view the age. Thanks , im usin
I'm making a site which checks all the URL redirects, just like wheregoes.com. This site doesn't provide any APIs. I have to get all redirects, then select the
I have a website with more than 15 ACF groups. On one of them, there's a repeater and the last of 6 fields is a URL (I tried switching it to Text, same result).
I have this main string $string = "This is a sample text"; $substring = substr_replace($string, "", 11 , 6); Output: This is a text I'm passing $string varia
I am very new to AJAX and PHP and am currently working on a small website where I initialize php objects as session variables. The functions and objects are all
The action 'woocommerce_email_customer_details' includes both the billing and shipping address data. I only need the shipping address. How can I achieve this? B
I can download a csv file via a fixed url. The url just doesn't have a file name. When I open the url in a browser, the file export.csv is generated and after a
I would like to divide the display of product attributes into two sections (front). Create two arrays, one with attributes with "premium" in the name and the ot
I am newer in Prestashop, I need to get the order list in which orders should be greater than a specific order_id using Rest API. Let suppose there are 100 orde
Im trying to hide some options when I select a different country. These options are the states of this country. But, when I select the country, it doesnt showin
I am trying to make a button that saves form data on a file and redirects you afterwards, but although the save function works just fine, the redirection doesn
echo "<label class=\"control-label col-sm-5\" for=\"badgeid\" style=\"margin-left: -50px;\">Recipient:</label>"; echo "<div class=\"col-s
In WooCommerce I need to apply a custom handling fee for a specific payment gateway. A custom handling fee for percentage cost and a custom handling for per fix
I am currently facing this problem: once I authorized youtube to access my account and after saving the token in a file called "token.txt," everything runs smoo
How can I create a text A under the product price on the product page in case a variation is not selected. When a variation is selected I would like to have ano
I have recently upgraded to PHPUnit 9.5.20 and noticed that it is printing #StandWithUkraine for every test run. Eg. Testing started at 10:01 am ... Running in