I have inherited a webapp using CodeIgniter I am trying to get it to run locally on my mac when I try to go to http://localhost ,i can see via the debug logs i
In my gulpfile.js I have the following code: const themeName = "test" const browsersync = require('browser-sync').create(); // Browsersync function browserSync
i tried to using codeigniter 4 and try using myth/auth, and i get a problem, if put restricted in my filters its not loading the login page public $aliases
Ok, so I have a text field in which I type a string and I have a button next to it. <div class="sidebar-search"> <div class="input-group custom-se
This returns 50727.64 instead of the expected 0.489 fmod((float)50727.64, (float)103680); Is this because the normal division only returns a decimal? This code
i have table schema in mysql for my project. this project build with laravel and as you can see in the below image i want to fillter all row with the same store
In my local/development environment, the MySQLi query is performing OK. However, when I upload it on my web host environment, I get this error: Fatal error: Ca
I started my Symfony 6 project with Docker successfully. I have a problem when accessing the PHP container and trying to run php bin/console doctrine:migrations
I have a php recursive function as shown in the below: function displayDropdown(&$catList, $parent, $current=[], $level=0) { if ($parent==0) { foreac
I started using this library, and I liked it. I was wondering if anyone had the need for instead of showing the data in percentage, to show the real data withou
I have to pull data using mutiple dimension filters using AND/OR operators in php GA4. How to apply AND operator for the below dimension filters - 'dimensionFil
I implement the InlineCreate Operation in Backpack for Laravel and works fine, but my field depend of other field and I can't to get the parent field informati
I have an online reports viewer application that stores patients records as follows: Web application view: I have created a C# application that is meant to cap
I am trying to use a single select request to retrieve data from database based on the search term "name" and populate my input fields using select2 so that i d
I have controller with request like below $product = $request->product; //array $product_category = $request->product; if($request->filled('product'))
I have a file main.php with code snippet as <pre><code> echo htmlspecialchars ('echo "this is a $name of your best friend";'); </pre></c
What is the fastest way to convert a number to the hexadecimal representation in PHP: dechex($number) or sprintf("%x",$number)?
I am using matwebsite Laravel excel to do some updates in existing excel and export. I am using beforeExport method to do some updates in the excel. when i prov
I've been using Laravel Datatables for awhile in some of the Laravel applications and I really love that, and probably using a fraction of the features. I also
So my question is : How does hashing algorithms actually check if passwords match because they generate a new password every time. Let's suppose I have a passwo