Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Build a tree from a flat array in PHP

php arrays tree flat

Adding multiple middleware to Laravel route

php laravel

PHP_AUTH_USER not set?

php http-authentication

How to require PHP files relatively (at different directory levels)?

php relative-path

Enabling the OpenSSL in XAMPP

php ssl xampp

Is there any way to test PHP locally without installing a server?

php local testbed

Laravel eloquent get relation count

php laravel

Ignore case sensitivity when comparing strings in PHP

php

Insert current date/time using now() in a field using MySQL/PHP

php mysql datetime

What is meant by a number after "break" or "continue" in PHP?

Hashing an entire PHP array into a unique value [duplicate]

php arrays hash

mysql error 'TYPE=MyISAM'

php mysql syntax-error myisam

PHP reading shell_exec live output

php

Call laravel controller via command line

php laravel

Why MAMP doesn't display errors?

php error-handling mamp

PHP class not found but it's included

php

PHP error. Why is "variable undefined" inside array_map?

php arrays array-map

Easy way to password-protect php page

php password-protection

PHP - regex to allow letters and numbers only

php regex preg-match

Log the actual SQL query using ActiveRecord with Yii2?