php logo
PHP compact() function

Today we are going to see compact() function on PHP, although it seems pretty simple what it does, it could help you to save time and will also make your code a bit more verbose.

Leer mas..
composer
Composer -the PHP dependency manager

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

Leer mas..
php logo
PHP implode

PHP implode function permit us convert an array into a String, but the term correct is that impode make a join between the array elements using a string as glue $glue and giving back a string as return.

Leer mas..
php logo
PHP explode

PHP explode is practically the opposite of implode. This divides a string in substrings that are stored in an array

Leer mas..
php logo
Sending Emails with PHP

On this post I'm going to explain how to send Email with PHP, at first this post was thought to touch function mail() only, but this probably is not the best tool to send emails in your situation, so I'll divide this post in 3, this and 2 other post writing about how to send email with PHPMailer and CURL.

Leer mas..
la categoria en-php tiene 121 post/s
Last 4 post in same category

Comments