Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
21 views

Parse error: syntax error, unexpected token "}" in C:\xampp\htdocs\project\index.php on line 27 Here's the code: <?php include 'config.php'; if (isset($_POST['add'])) { $name = $...
Meowy Doggwy's user avatar
1 vote
0 answers
62 views

I'm using Laravel Livewire PowerGrid to display aggregated data by month from my events table (PostgreSQL). I want to calculate monthly sums: public function datasource(): Builder { ...
Дима Ощепков's user avatar
3 votes
0 answers
27 views

I have a PHP site using Google API for user login. Some users have creation and modification roles on a public Google Calendar. I would like to modify that calendar when one of these users are logged ...
Simone Clerin's user avatar
Best practices
0 votes
3 replies
22 views

I am building a custom WordPress theme and using the_excerpt() inside index.php. I want to understand: How WordPress decides the excerpt length by default Whether it is affected by theme or core ...
Ayush Aryan's user avatar
-3 votes
0 answers
36 views

I am using XAMPP on Windows with PHP 7.4.13, and I want to upgrade PHP to PHP 8.2. My main concern is upgrading PHP without losing any existing data, including: htdocs project files MySQL / MariaDB ...
Nikul Valani's user avatar
0 votes
1 answer
96 views

I'm using Laravel version 12 and now I'm facing a problem when I try to login with correct username and password (they had been seeded to database) it redirected me to login page and not dashboard ...
Deva Ahmad's user avatar
Best practices
1 vote
1 replies
42 views

I am planning to upgrade Pimcore from version 6.9 to 10.x. I’ve gone through the official documentation and followed all the steps mentioned there. However, I’m seeing many additional changes beyond ...
Kiren S's user avatar
  • 3,117
1 vote
1 answer
148 views

With Doctrine ORM I see recommendations to call toArray() on a collection before iterating over it when removing elements. Is this really necessary and why? I have a dossier entity with a One-to-Many ...
Khaled Boussoffara's user avatar
0 votes
0 answers
65 views

I’m working on a WordPress child theme and I know the basic rule of loading the parent stylesheet first and then the child stylesheet using wp_enqueue_style. The problem I run into in real projects is ...
pratiksha1103's user avatar
1 vote
2 answers
90 views

I updated Laravel from 11 to 12 and I'm having a problem with login.blade; I can no longer log in. Here is my code (login.blade.php): </div> ...
Agbegnon's user avatar
Best practices
0 votes
7 replies
87 views

I am working on a PHP project with MySQL. I am trying to save form data into the database, but the data is not inserting and no error is showing. What I expected: Data should be saved in the users ...
Adesh Saxena's user avatar
0 votes
2 answers
73 views

I have a model, let's say Item, that makes a call to an external API on creation to synchronize with that service: class Item extends Model { protected static function booted() { ...
LeahTheTech's user avatar
-2 votes
0 answers
35 views

I am learning WordPress plugin development and trying to hook a custom function using add_action. The function does not execute even though the hook name seems correct. I have tried clearing the cache ...
Jyoti Mishra's user avatar
-1 votes
3 answers
132 views

I am trying to display my blog posts from my website https://www.myblog.com on another website using iframe. Is there a way in which i can retrieve the blog titles of the posts alone from https://www....
Palmy-flask's user avatar
0 votes
2 answers
118 views

I have been trying to figure out how to learn pregmatch and no matter what I try, it never works. I have tried my best until I get a migraine, searched all over the internet, and I hate to ask here ...
user26136009's user avatar

15 30 50 per page
1
2 3 4 5
97622