A mailing list allows you to use a single email address to send email to multiple email addresses. Recipients of the email will not see a long list of
How to Install CodeIgniter, CakePHP, Yii 2 and Laravel on Localhost
Learn how to install and run CodeIgniter, CakePHP, and Laravel on your LAMP machine. Prerequisites: Install Composer Go to the GetComposer.org
Install WordPress From The Command Line
Learn how to install WordPress, create a database, and set up a database user via the Linux command prompt. Create a Directory to Store WordPress
Essential MySQL Commands
Requirements All operations must be executed from a MySQL account having administrator access/privileges. mysql -u [username] -p How to Create a
How to redirect from a sub-folder to a deeper sub-folder
Learn how to redirect your visitors to a sub-folder that's two levels deep from the root directory. For example
Site Maintenance Mode via .htaccess
Create a minimalist "site-maintenance" page via the .htaccess file. Only allow access to specific/multiple IP addresses, everyone else is redirected
How to Use Git for Custom WordPress Theme Development
Gain the ability to revert from a lousy code update or save your progress when the code works. What's Needed? Make sure you have read and write
How to Send an Email via PHP’s Mail Function
PHP has a built-in mail() function to send emails. How Does it Work? It requires the following parameters: mail($to, $subject, $message); If the
Installing MailCatcher for Development Email
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. MailCatcher is excellent for