Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

When should I use NULL in PHPDoc type hints and docblocks?

php phpdoc docblocks

whats the difference between a task and do

php gearman

How to correctly parse an integer in PHP?

php casting int

Encoding/decoding of data between PHP/Java for Android

java php android base64

Send html form data to sql database via php (using mysqli)

php html sql forms mysqli

Refresh a div with php data every 10 seconds using jQuery

Modify html attribute with php

php dom

Getting street,city and country by reverse geocoding using google

php json google-maps geocoding

Silex - Twig_Error_Syntax: The function "path" does not exist

php symfony twig silex

Circular dependency - Injecting objects that are directly depended on each other

Spaceless does not want to work correctly in Symfony2 Twig Template

php symfony

Change the back button URL in browser

javascript php

Nothing will unset X-Frame-Options (Apache, PHP 5.3)

php apache x-frame-options

Must I call parent::__construct() in the first line of the constructor?

php oop

Minify HTML, but don't touch PHP with Gulp

javascript php html gulp minify

Read and replace contents in .docx (Word) file

PHP Pack/Unpack implementation in Javascript Mismatch

javascript php node.js

Laravel passport installation error

Keeping an array sorted in PHP

php arrays sorting

what is difference between header and include, where which one should be used

php