util.php is a collection of useful functions and snippets that you need or could use every day. It's implemented as a class with static methods, to avoid conflicts with your existing code-base. Just drop it in and start using it immediately.
Included are 10+ functions that provide you with the ability to do common tasks much easier and more efficiently, without having to find that one comment online, where you know its been done already.
It's a great tool for repetitive information being used across the entire website.
The include (or require ) statement takes all the text/code/markup that exists in the specified file and copies it into the file that uses the include statement. Including files is very useful when you want to include the same PHP, HTML, or text on multiple pages of a website.
// Recipient email
$to = 'info@php-bootstrap.com'; // Replace with your email address
$subject = 'New Contact Us Form Submission';
Ready to get started, or have questions? Reach out to us today!
Contact Us