Create a website redirect with php headers
Easily create a website redirect using PHP headers. Create a fast 301 redirect using PHP script to send users to a different page.
PHP basics: MySQL Database Tutorial
PHP and databases just go hand in hand. Being able to connect to and interact with databases is so easy and a must with any web site. Luckily PHP provides so many easy and convenient methods of database control.
Create a Member System in PHP
Want to have your users create accounts so they can save and share content with each other? Well there is no other easier and must have …
Make Custom Error Pages for Your Website (using htaccess)
Add some extra bit of flare to your website with custom error pages. 404 errors or 501 errors, customize them all. Maybe even give your users …
Create a Custom URL Shortener in PHP
Learn how to create a custom URL shortener in PHP. This custom URL shortener will be super simple and can be created in about a hour …
Send HTML email with php from localhost with SendMail
Sending emails from your PHP code is a must for most larger web operations. Sometimes you just need a simple email with a simple body, sometimes …
Easy Syntax Highlighter for WordPress (Code Syntax Block)
If you enjoy sharing your code with the world like me, then you will for sure want the best syntax highlighter for WordPress. The Code Syntax …