Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

How to detect broken image and replace with another?

php html

Select data between two dates?

php mysql select date

Is there something built into PHP to convert seconds to days, hours, mins?

php

Replace comma or whitespace with hyphen in same string

php regex preg-replace

Is there a general rule of thumb for multiple <br /> tags?

php html css

Flexible dynamic routing with Silex

php symfony routing silex

How to check PCNTL module exists

php requirements pcntl

generate dynamic sitemaps in a laravel project without using composer

php laravel-4 sitemap

Issue with scraping a list to get href using Goutte and PHP

php web-scraping goutte

How to delete uploaded image from directory folder in CodeIgniter

php image codeigniter

composer command does nothing

Fatal error: Class not found in AppKernel.php

php symfony bundle

Laravel S3 image upload creates a folder with the filename automatically

Which PHP open source shopping cart solutions have features that benefit me as the web developer?

PHP: printing undefined variables without warning

List of all months and year between two dates in PHP

php mysql date

Looping a multidimensional array in php

calling a method of an object at instance creation

php object

PHP REGEX - text to array by preg_split at line break

What's the difference between if and elseif?