Categories

Articles

 Common Credit Card Transaction Response Code

In return of a credit card transaction, there will returned a 2-digit response code which is...

 Free online .htaccess generator

Instructions Fill the options and push "generate" button in order to get your .htaccess file....

 How To Configure Easy WP SMTP Plugin To Use Gmail SMTP Service

Easy WP SMTP is a popular and free plugin for WordPress to send email(s) by an authenticated SMTP...

 How To Insert a Carriage Return in a PHP String

If you need to insert a Carriage Return in a string in PHP: Carriage return is: "\r"  But...

 How To Make a Redirect in HTML

If you want that a page redirects automatically the user to a certain page or site (let's say,...

 How To Make a Redirect in PHP

If you want that a page redirects automatically the user to a certain page or site (let's say,...

 How to Backup Your MySQL Database Using PHP

This simple PHP script will provide a full dump of your MySQL database.You need to provide...

 How to Convert the Result of var_dump() to a string in PHP

During PHP debugging, if you need to store somewhere the value of a var_dump() (i.e., in a log...

 How to Create a Question and Answer (QAPage) Schema Markup using Microdata

Question and answer page (Q&A Page) schema markup is a schema.org type that is used for pages...

 How to Create a phpinfo page

The phpinfo() function outputs a huge amount of information about the system you're using, such...

 How to generate random string in MySQL

If you need to create random string (i.e., to be used as password) in MySQL, you can easily do it...

 How to show domain name in HTML or PHP

If you need to show the domain name in a HTML page, you can do it using following javascript...

 PHP - difference between PHP_SELF PATH_INFO SCRIPT_NAME REQUEST_URI

In a generic php script such as...

 PHP Script to Test MySQL Database Connectivity (PHP 5.x)

This is a simple PHP script to test MySQL database connectivity. The result of this script...

 PHP Script to Test MySQL Database Connectivity (PHP 7.x)

<?php $mysqli = new mysqli("localhost", "user", "password", "dbname"); if...

 PHP Simple Contact Form Script

This is a sample script to insert a generic contact form into your website.You can easily modify...

 Pseudo-random password generator for Google Doc

If you need to create a number of pseudo-passwords in a Google Doc Spreadsheet, you can do it...

 Regole di buona scrittura per codice PHP

Scrivere il codice PHP in maniera omogenea ed ordinata è importante per favorirne la leggibilità,...

 Simple HTML Contact Form Using PHPMailer

This is a very basic example of an HTML contact form using PHPMailer to send an email with data...

 Useful SVG Tools and Resources

SVG Path Visualizer Enter an SVG path data to visualize it and discover all its different...

 errore in PrestaShop durante transazioni con PayPal

Se in un sito sviluppato con PrestaShop si riscontra il seguente messaggio di errore: Error...