Dynamic web paging and http_build_query
In this tutorial you will learn how to make a simple web paging but efficient. A simple implementation that will simplify your life when creating your web applications. Content What…
In this tutorial you will learn how to make a simple web paging but efficient. A simple implementation that will simplify your life when creating your web applications. Content What…
HTML5 comes with a well-stocked API that provides us with various functionalities as standard, thanks to which we can develop more complex and attractive web applications. In this tutorial you…
In this tutorial we are going to see step by step how we can easily generate PDFs with PHP, HTML and CSS. Content How to get PDFs using PHP? How…
With this JavaScript and HTML snippet you can create a button or link on your page so that Your visitors can add your website to Favorites with a simple click.…
Tabulate in a textarea It is an impossible task without the use of javascript, since the default behavior of this key in a web is to change the focus of…
with the following snippet PHP you can get the city of a user just using their IP. The snippet is a PHP function that you can incorporate into your helpers…
The next snippet php will help you to obtain the source code of any URL in text format let it happen This code is perfect for creating, for example, crawlers…
Are you wondering how it would be possible add an image to TinyMCE at the cursor position? Well, you're in luck, because in this article I'm going to give you…
In this article I am going to show you how to launch a mailing in php using the API Mandrill. Comment, in case you didn't know, that With Mandrill's php…
In this article I am going to explain how to launch a file download using PHP with headers. With this functionality you will be able to avoid the typical direct…