Is it possible to get the PostgreSQL data domain type in PHP?
I have a table in PostgreSQL which uses a custom data domain type: [Code Block] Using PHP & PDO, I connect to the databa...
Latest news, tutorials, and updates from the PHP community
6985 articles available
I have a table in PostgreSQL which uses a custom data domain type: [Code Block] Using PHP & PDO, I connect to the databa...
Here is a user proposal i have written. Home Page The system should display the homepage which will consist of the nav b...
I'm building a caching layer in a PHP application where cache keys must be generated from input parameters. The paramete...
We are currently investigating huge performance problem with our PHP backend, and we discovered that the connection to t...
I have a DigitalOcean droplet for personal use (databases, etc.). I was trying to give user ownership to all files in a ...
I need two DateTime objects to pass to a method. I'm not all that familiar with the class. After some head scratching an...
I’m building a simple login system using PHP. After a successful login, I set a session variable and redirect the user t...
We are migrating a legacy php application from php 7 to php 8 I have some code increasing a variable with a letter: [Cod...
I read this Q&A PHP MySQL LOAD DATA INFILE from CSV File Upload and others on how to use mysqli_query and LOAD DATA LOCA...
I'm looking for an option to run the app in the background (when app is not active, or a screen is off), but haven't fou...
I started learning PHP a few days ago and I am currently learning rest api. I tried asking gpt about it but I could not ...
Having trouble on Docker trying to install Moodle through php8.5.3-apache image. Here is my `Dockerfile` : [Code Block] ...
Showing 277 to 288 of 6985 articles