Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

PHP Caching - Is it faster to save in database or create a file?

php mysql caching

Do any PHP libraries exist for parsing ASN.1 or generating PHP code based on it?

Inverse htmlentities / html_entity_decode

Style a range of cells with phpexcel

php phpexcel

php getcwd() resolving target of symlink instead of current directory

PHP 5 SoapServer usage?

php web-services soap

RegEx: Look-behind to avoid odd number of consecutive backslashes

Using PHP APC cache in CLI mode using dumpfiles

PHP: normalize path of not existing directories to prevent directory traversals?

What are the column names in wincachegrind?

php xdebug kcachegrind

Does PHP's FILTER_VALIDATE_EMAIL provide adequate security?

php security

Is this mail() function safe from header injection?

PHP stream_context_set_option SSL certificate as string

php ssl curl pem

PHP Do something when session gets expired

php

Way to define cakephp inputDefaults at site level

php cakephp cakephp-2.0

Where to put database connection settings?

php pdo

Send an iMessage from a Linux server? [closed]

php iphone linux sms imessage

Database sync or migration tool [closed]

php database migration sync

The PHP function filemtime returning a negative value or very large value

php filemtime

Why doesn't PHP's Autoload feature work in CLI mode?

php autoload internals