php
How to Install FreeTDS + UnixODBC on CentOS 7 with PHP 5.6 to access SQL Server Databases
Blog
24 de Junho de 2019
How to Install FreeTDS + UnixODBC on CentOS 7 with PHP 5.6 to access SQL Server Databases
Predetermined requisites: That you have at least Apache and PHP installed.First, update your machine OS, like this: yum -y update…
How to copy EXIF information from one file to another using PEL?
Blog
18 de Novembro de 2015
How to copy EXIF information from one file to another using PEL?
Hey there, this is as small update to my other script that adds a watermark to your images, adding a…
PHP: How to convert an array into an object using stdClass()
Blog
20 de Julho de 2015
PHP: How to convert an array into an object using stdClass()
To convert array to object use: To convert object to array
PHP ftp_connect fails! returns bool (false)
Blog
14 de Abril de 2015
PHP ftp_connect fails! returns bool (false)
The stage!Implementation of a new server into a client, Linux based, fresh install, Centos 7, MariaDB and PHP 5.4.x.This client…
PHP: How to read a text file line by line
Blog
18 de Fevereiro de 2015
PHP: How to read a text file line by line
Had to read a file line by line in php, without completely loading it in memory.The file is way too…
Como criar a sua Marca de Água, automaticamente
Blog
11 de Março de 2013
Como criar a sua Marca de Água, automaticamente
Ultimamente, andei à procura de algum plugin para Wordpress que de alguma forma conseguisse fazer marcas de água para as…