Categorie
Articoli
In return of a credit card transaction, there will returned a 2-digit response code which is...
Free online .htaccess generatorInstructions 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 ServiceEasy 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 StringIf you need to insert a Carriage Return in a string in PHP: Carriage return is: "\r" But...
How To Make a Redirect in HTMLIf you want that a page redirects automatically the user to a certain page or site (let's say,...
How To Make a Redirect in PHPIf 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 PHPThis 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 PHPDuring 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 MicrodataQuestion and answer page (Q&A Page) schema markup is a schema.org type that is used for pages...
How to Create a phpinfo pageThe phpinfo() function outputs a huge amount of information about the system you're using, such...
How to generate random string in MySQLIf 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 PHPIf 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_URIIn a generic php script such as...
PHP Script to Test MySQL Database Connectivity (PHP 7.x)<?php $mysqli = new mysqli("localhost", "user", "password", "dbname"); if...
PHP Simple Contact Form ScriptThis is a sample script to insert a generic contact form into your website.You can easily modify...
Pseudo-random password generator for Google DocIf you need to create a number of pseudo-passwords in a Google Doc Spreadsheet, you can do it...
Regole di buona scrittura per codice PHPScrivere il codice PHP in maniera omogenea ed ordinata è importante per favorirne la leggibilità,...
Simple HTML Contact Form Using PHPMailerThis is a very basic example of an HTML contact form using PHPMailer to send an email with data...
Useful SVG Tools and ResourcesSVG Path Visualizer Enter an SVG path data to visualize it and discover all its different...
errore in PrestaShop durante transazioni con PayPalSe in un sito sviluppato con PrestaShop si riscontra il seguente messaggio di errore: Error...
script php per verificare la funzionalità del database MySQL (PHP 5.x)Questo semplice script php verifica la funzionalità di un database MySQL Come risultato, fornisce...