Anonymous » 04 мар 2024, 10:06
Последнее сообщение Anonymous «
Anonymous »
I need to use Inflector::slug() over all results fetched from my database, which are, of course, retrieved in an array. Is it possible somehow, or I'll need to loop each result and slugify it?
Anonymous » 04 мар 2024, 10:04
Последнее сообщение Anonymous «
Anonymous »
I've taken over my companies WordPress site after the web company we used went bust. I'm not a strong programmer, so bare with me. I'm trying to edit the metadata fields on our WooCommerce admin order page. For example, where it says...
Anonymous » 04 мар 2024, 09:48
Последнее сообщение Anonymous «
Anonymous »
I have multiple strings and I need to remove repeated chars. For example: the string here abbbbbc x should become here abc x or the string test jjka should become test jka.
After studying, I came up with the code below which works fine (it uses...
Anonymous » 04 мар 2024, 09:46
Последнее сообщение Anonymous «
Anonymous »
in this my site I've created a website using Laravel and Angular, and I've successfully hosted it. I deleted the storage directory for the images and then ran the command php artisan storage:link. I created a storage directory within the public...
Anonymous » 04 мар 2024, 09:20
Последнее сообщение Anonymous «
Anonymous »
Would anyone be able to update this deprecated piece of code for PHP 7.2. I have found many similar questions and answers, but can't figure out how to convert this particular piece of code.
array_walk($_REQUEST , create_function('&$c', '$c = - ....
Anonymous » 04 мар 2024, 09:01
Последнее сообщение Anonymous «
Anonymous »
I've been scratching my head for maybe the last hour trying to figure out what's going on.
I deleted my database.sql file since I wanted a new one from scratch. I've done this dozens of times, but upon running php artisan migrate:fresh it returned...
Anonymous » 04 мар 2024, 08:06
Последнее сообщение Anonymous «
Anonymous »
I am developing a fresh parent theme in moodle. My moodle build version is 20231211. I have created a barebone structure of all necessary files and it looks like below:
Anonymous » 04 мар 2024, 07:39
Последнее сообщение Anonymous «
Anonymous »
I created a WooCommerce plugin for dynamic pricing I wanted to show the changing price based on dropdown selection. I created the Ajax but it is not working. As the prices are fetched from the database and calculations happen in code....
Anonymous » 04 мар 2024, 07:12
Последнее сообщение Anonymous «
Anonymous »
help me... I want to create a laundry program and i use codeigniter 3. when I programmed on the user side, I experienced the problem of data not inserted to database. even though the database name, table name, and column name are correct. from the...
Anonymous » 04 мар 2024, 07:10
Последнее сообщение Anonymous «
Anonymous »
I have a variable$var.
I want echo true if $var is equal to any of the following values abc, def, hij, klm, or nop. Is there a way to do this with a single statement like &&??
Anonymous » 04 мар 2024, 06:04
Последнее сообщение Anonymous «
Anonymous »
I am using woocommerce plugin for wordpress. Everything in woocommerce is fine. Only in one thing where I am totally strucked. In checkout page I want to show all the shipping methods in list format. Here with I have attached the screenshot for the...
Anonymous » 04 мар 2024, 06:00
Последнее сообщение Anonymous «
Anonymous »
I am currently using a table that uses a show columns query to echo all the columns into checkboxes. The below code works for that. I tried to create another query right under the query to search a different table that has the same columns and if...
Anonymous » 03 мар 2024, 16:32
Последнее сообщение Anonymous «
Anonymous »
Hello im new learn about javascript and php how to hide my url query string from jquery ? cause when i edit data via url and click submit, the url will replaced to my sql
this code
when i try to make .text encrypt the lucky spin wont play,...
Anonymous » 03 мар 2024, 16:31
Последнее сообщение Anonymous «
Anonymous »
I am using php openssl to verify signed data from an api
$verified = openssl_verify($data, $signed, $crt, OPENSSL_ALGO_SHA1); echo $verified; But I cant verify the data it always returns 0. Printing the error message gives me error:0407008A:rsa...
Anonymous » 03 мар 2024, 16:26
Последнее сообщение Anonymous «
Anonymous »
I want to remove the word for , the pricing + discount sale and only display the subscription options like Delivery every month and Delivery every 2 months, etc.
View product page
I've managed to change the text, but I'm having trouble removing...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения