Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

PHP __get and __set magic methods

php magic-methods

How to include External CSS and JS file in Laravel 5

php laravel-5

When is eval evil in php?

php eval

php how to go one level up on dirname(__FILE__)

php dirname

Check if belongsToMany relation exists - Laravel

php laravel laravel-4

Htaccess: add/remove trailing slash from URL

PHP sessions that have already been started [duplicate]

php session

How to get file URL using Storage facade in laravel 5?

php laravel flysystem

How can I change php-cli version on Ubuntu 14.04?

php linux ubuntu

explain $CI =& get_instance();

php codeigniter

How to gracefully handle files that exceed PHP's `post_max_size`?

php upload

Characters allowed in php array keys?

php arrays key

Going from a framework to no-framework [closed]

php frameworks codeigniter

Should I be using assert in my PHP code?

php assert

Are global variables in PHP considered bad practice? If so, why?

php global-variables global

Type hinting in PHP 7 - array of objects

What's the difference between is_null($var) and ($var === null)?

php

how to create virtual host on XAMPP [duplicate]

Which method is preferred strstr or strpos?

php strpos strstr

PHP combine two associative arrays into one array