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...
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...
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 = - ....
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...
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:
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....
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...
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 &&??
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...
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...
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,...
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...
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...
$results = [ '1h' => [ 0 => , 1 => , ], '30m' => [ 0 => , 1 => , 2 => , 3 => , ], ]; this is the result of checking occurrences of an event in 2 hours period of data shown in 2 different timeframes: 1 hour and 30...
I'm trying to get the aggregate of a column in a document collection in mongo DB this is my code.
public function aggregate($columnName, $projection, $collectionName) { // database name $dbName = $this->dbHandler->inioluwa; // database collection...
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...
$string = 'Hello there , how are you ? I am good '? I would like to automatically detect there is no whitespace between the tag and the character before, and add a whitespace if it is not available and change it to:...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения