Questions tagged [lamp]

LAMP stands for a bundle of web technologies that include Linux, Apache, MySQL, and PHP/Perl/Python at its core.

The PHP upload form that was functioning properly is now unexpectedly not working, even though no changes have been made to the file

Upon completion of the code, I encountered completely unrelated issues and had to switch to a new server. Despite using the same code and systems (I installed LAMP on Fedora 29 after experiencing problems with Ubuntu 18.04). It's possible that there ...

The delete query in Mysql is not functioning properly on a lamp stack

I have been working on a project involving php. Throughout the process, all my queries have been executing smoothly. However, I encountered an issue when attempting to delete an object... Below is my php code: <?php //delete item if(isset($_GET['delet ...

Retrieve Outlook contacts in PHP by utilizing the LAMP architecture

My server runs on LAMP architecture and I am looking to import contacts from Outlook into my web application. I need a generic solution that will work across all browsers, not just IE. Can this be achieved? If so, please provide me with the necessary infor ...

"Could not locate the .php file on localhost, resulting in a 404

I've recently embarked on the journey of learning PHP programming, but I've hit a frustrating roadblock that's preventing me from moving forward. After setting up a LAMP server on my Linux Mint with default settings on localhost, I encountered an issue. W ...

"Utilizing the power of Express with Node.js, Socket.io,

In my current setup, both the back and front end are running on a LAMP environment accessible via 192.168.80.213/backend and 192.168.80.213/frontend. I am working on setting up a push notification server using node.js, socket.io, and the express framework ...

Leveraging Docker for concurrent execution of multiple web development environments

As the overseer of multiple web applications using the LAMP stack, my challenge lies in maintaining various versions of PHP and frameworks such as Wordpress and Symfony. My goal is to establish testing and development environments at home that mirror our p ...

Having trouble redirecting PHP errors to a separate log file instead of the Apache log file

Trying to configure a Ubuntu web server [LAMP] to write PHP errors into a php_error file instead of the Apache log, but encountering difficulties. Here's the troubleshooting steps taken: Edited the php.ini file: error_reporting = E_ALL | E_STRI ...