Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Convert seconds into days, hours, minutes and seconds

php date

PHP convert date format dd/mm/yyyy => yyyy-mm-dd [duplicate]

php date formatting mktime

How to create cron job using PHP?

php cron

Best PHP IDE for Mac? (Preferably free!) [closed]

php macos

Is PHP's count() function O(1) or O(n) for arrays?

php arrays performance

How can I run a PHP script in the background after a form is submitted?

php scripting background

Why is the standard session lifetime 24 minutes (1440 seconds)?

php security session

How to get all rows (soft deleted too) from a table in Laravel?

php laravel laravel-4 eloquent

Best way to create an empty object in JSON with PHP?

php json

Calculate total seconds in PHP DateInterval

php datetime date

Calculate business days

php calendar date

PHP Timestamp into DateTime

How to upload file to server with HTTP POST multipart/form-data?

Insert current date in datetime format mySQL

php mysql

How to decode Unicode escape sequences like "\u00ed" to proper UTF-8 encoded characters?

Algorithm to get the excel-like column name of a number

php algorithm optimization

PHP: How to check if image file exists?

php image file file-io

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? [closed]

php symfony

Two arrays in foreach loop

php arrays foreach

Laravel: Get Object From Collection By Attribute

php mysql laravel