The php.ini file in xampp is located here: C:\Windows for php.ini The phpinfo contains this information: Configuration File (php.ini) Path C:\WINDOWS
I have website running WordPress 4.6.2 and I can't use the visual editor right now, only the text editor. When I open the browser console it show various errors
I'm getting 500 Internal Server Error and I can't figure out the origin of the problem. This request is supposed to delete a comment with a certain id from the
I am having trouble sending the post variable to received in the PHP document in my server. I tried it with the GET and it works fine. But what I notice is the
I'm using the default notification system (Laravel 5.3) to send an email. I want to add HTML tags in message. This does not work (it displays the strong tags in
please, really need help with this problem. I have array of offerDays - $offerDays = array(1,6); (mean Monday, and Saturday); For example, input date is Wedne
check this please $user_id = (int)$_GET['user_id']; $sql = 'DELETE FROM users WHERE user_id=:user_id'; $query = $db->prepare($sql);
I am creating a PHP(Phalcon) project, using docker compose. The image is tailored based on the webdevops project. In our production, staging, and my own machine
Basically I want to pass a image file with ajax on submitting a form and retrieve the image and send it by email as an attachment file: Here'
I have a simple setup of apache 2.4 + mod_php as web server. The error_log directive in php.ini is not set so it takes on the default value of 0. The behaviour
I have parameters like this that need to be sorted (Note: I am sorting AFTER converting the key=>value combinations to strings): $param['SignatureMethod']
I spend my weekend trying to figure out Stripe Webhooks, but still haven't found a way to debug the response. This is my current code: http_response_code(200);
I dont seem to understand why we need to run a Laravel app with php artisan serve vs just running it with Apache or nginx. I know that under development, we use
I have a column in a table that I want to use for an unique-index. My script should make the data unique by concat the id of a record, if the data of current re
My data in database: My objective is to retrieve all data of company collection (MongoDB) data from the database. The company collection holds one or many truc
I needing use React Router with a Laravel project. But when I create router on the React Router and try access, Laravel accuse Route not exist error. How to c
I'm starting to working with Symfony4 and I meet the following error when I try to run my server: Cannot autowire service "App\Controller\CharacterInformation":
I have the public folder inside my laravel project and I have some js and css files inside it. I'm using the asset function and even though it's referencing t
I have a multidimensional array that I am trying to search for a specific value (url) and then retrieve an another value in the same row (value). I also need to
Running: macOS High Sierra Version 10.13.3, zsh w/ iTerm2 Trying to set up a local environment with xampp, which has worked just fine for me in the past. Howe