Paymill enables you to offer credit card payments on your website within a short time. Stripe only works in EEUU […]
Category: Php
A package to control the flow of time
In this article we will learn about some of the frequently asked Php programming questions in technical like A package […]
PHP application does not log in to the facebook app by localhost
Coding Problem : I’m developing a PHP application that returns the facebook user list of friends. Although I specified the […]
Find words between characters {}, and remove from text in PHP?
Coding Problem : $comoesta = “{A,O} {portador,portadora} é o mais {especializada,especializado} para o serviço .”; If it’s masculine: $comodeveficar = […]
Uploading multiple files in PHP
Coding Problem : I’m developing an application in PHP where import of NF-e will be done in XML format. The […]
POST method does not take FORM value
Coding Problem : I’m making a contact form on a website, but the PHP method does not get the value […]
Learn programing languages by example
A serie of examples for almost all features of programing languages: http://www.java2s.com/
How to translate JS plugins dynamically with Codeigniter?
Coding Problem : I’m developing a WebApp using Codeigniter and need to have multiple languages, in quiet PHP, my problem […]
How do I set the width of columns in an Excel spreadsheet generated as HTML?
Coding Problem : I need to convert an HTML table and generate the file in excel. How to set the […]
Shorthand notations for php control structures
Option 1 – very usefull as inline return rand(0, 1) == 0 ? true : false; Option 2 – great […]
PDO connection pooling management
Coding Problem : We often see in multithreaded applications that use a connection to a database, the use of a […]
Simple Quotes vs. Doubles in PHP Regex
Coding Problem : Considering that I have a path which I want to check with preg_match if it is the […]
Change ‘Howdy’ greeting in WordPress
Although there are plenty of plugins for changing the howdy greeting in WordPress, here is a simple solution that you […]
Use MyBB as your website engine
My last ProTip instructed you on how to be able to use MyBB within your current website by including global.php. […]
Is it possible to know at what point the script reaches peak memory?
Coding Problem : Is it possible to know at what point the script reaches peak memory? I have a PHP […]
Actualización
Trabajando activamente en <a href=”http://www.adrenalina.es/”>Adrenalina Posicionamiento Organico en Barcelona</a> Y dedicandole horas de sueños a mis otros proyectos como <a […]
How not to display past date records
Coding Problem : I made a schedule and I need events that have already passed do not appear any more, […]
Moving from Apache2 to Nginx Webserver
In this article we will learn about some of the frequently asked Php programming questions in technical like Moving from […]
Create Laravel Eloquent model without a primary key
To create an Eloquent model for a legacy table that has no primary key, simply add the following to your […]
Valet vs. Homestead – php development on macOS
In this article we will learn about some of the frequently asked Php programming questions in technical like Valet vs. […]