Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

How to do a redirect from a Slim 4 middleware?

Modify decimal point and thousands separator without changing the number of decimals

php number-formatting

Connecting to Redis To Go with PHP

php authentication redis

Access to debug (profiler) information before redirection in Symfony

php symfony symfony-2.3

How to enable error reporting in nginx php config

php config reporting

Validating a JSON array in Laravel

php json laravel laravel-5

To use sessions or db queries when doing check-up on every page?

Get last X files created from a directory (PHP)

php file sorting directory

Trouble with $_GET, $_SESSION and XMLHttpRequest

php javascript http

Exporting a MySQL database with FTP access only [closed]

php mysql database export

How to generate unique username - PHP

php

PHP interface: specify a parameter list, but not the parameter type

php interface parameters

Decode JSON into Symfony entity

Is it clean to have conditional statements within Codeigniter views?

How to zip a folder and download it using php?

php zip

Nginx + php-fpm: Bad gateway only when xdebug server is running

laravel dusk tearDown() must be compatible with Illuminate\Foundation\Testing\TestCase::tearDown()

What is the parallel extension in PHP and how do I use it? [closed]

php php-pthread

Why does php return an empty Generator if function contains both return and yield?