Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

How can I trim all strings in an Array? [duplicate]

php arrays trim

Weird PHP error: 'Can't use function return value in write context'

php fatal-error

jQuery AJAX file upload PHP

Nullable return types in PHP7

PDO get the last ID inserted

php mysql database pdo

How to display string that contains HTML in twig template?

php html symfony twig

Laravel migration: unique key is too long, even if specified

php mysql laravel

PHP $_SERVER['HTTP_HOST'] vs. $_SERVER['SERVER_NAME'], am I understanding the man pages correctly?

php apache security owasp

Among $_REQUEST, $_GET and $_POST which one is the fastest?

php

PHP method chaining or fluent interface?

Refresh a page using PHP

php refresh

Difference between break and continue in PHP?

php

How do I create a copy of an object in PHP?

php copy clone shallow-copy

How to get the first item from an associative PHP array?

php

Strtotime() doesn't work with dd/mm/YYYY format

php

How to output in CLI during execution of PHP Unit tests?

php unit-testing phpunit

Best Practices: working with long, multiline strings in PHP?

php string

Unicode character in PHP string

php unicode

Do login forms need tokens against CSRF attacks?

php token csrf

Reference: Comparing PHP's print and echo

php echo