Best Ajax Tutorial Simple and Easy to understand
Best Ajax Tutorial Simple and Easy to understand

This is the best Ajax tutorial. Learn how to submit a form without reloading a page. Ajax can do that for you. Here is a very simple tutorial with the code that will help you get started using Ajax in your applications.

Read More
JavaScript Simple True or False Script
JavaScript Simple True or False Script

Here is a little JavaScript true or false script that you can have some fun with. You can even develop further intricate programs off of this little script here. Enjoy!

Read More
New PHP7 Lessons on the Horizon
New PHP7 Lessons on the Horizon

Message About PHP7 from YouTube

Read More
Uploading Files With PHP and HTML Forms
Uploading Files With PHP and HTML Forms

This tutorial will show you how to use a form to upload a file with PHP. As discussed in a previous tutorial about HTML5 forms you need to have a form tag that starts and stop everything within your form.

Read More
How To Make A Free Website Backup PHP
How To Make A Free Website Backup PHP

This post covers how to make a free website backup. Once finished you will be able to download a complete website backup zip file. This will also include your database. This task is very easy but I am going to explain the process in detail.

Read More
Credit Card Testing Numbers
Credit Card Testing Numbers

Use these credit card numbers to test your applications. Good for developers and web masters. Test Credit Card Account Numbers

Read More
How To Go From cPanel to ISPConfig
How To Go From cPanel to ISPConfig

This tutorial will show how to go from cPanel to ISPConfig. The best part about ISPConfig is that it's free, while cPanel charges.

Read More
Delete Duplicate Entries In MySql with PHP
Delete Duplicate Entries In MySql with PHP

I needed to delete duplicate entries in MySql with PHP. After some trial and error I wrote a script that will do it for me. What I needed to do was delete duplicate email addresses in a email script. Here is the code that made that magic happen.

Read More
Use PHP to Mail a Form
Use PHP to Mail a Form

Using php to mail a form is a simple task. Grab the codes below to learn how to do it yourself.

Read More
Create A Form in a PHP Function
Create A Form in a PHP Function

Have you ever wanted to put a form in a php function? You can do it and it is fast and easy. You can use this function anywhere on your website.

Read More
Block Hackers with PHP and Mysql
Block Hackers with PHP and Mysql

If you want to block hackers automatically you have come to the right place. This of course is a PHP and MySql programming tutorial.

Read More
Make A Game CSS JavaScript and HTML
Make A Game CSS JavaScript and HTML

This is a tutorial on how to make a game with CSS, JavaScript and HTML. Making games are fun and they are not that hard to do. The object of this game is to shoot the objects and make them stop. We have some cool sound effects that we are loading into thi

Read More
Warning: unlink(): http does not allow unlinking in PHP
Warning: unlink(): http does not allow unlinking in PHP

In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you're getting warning: unlink(

Read More
PHP MySqli Check For No Results in Database
PHP MySqli Check For No Results in Database

There are many times when you have to PHP MySqli Check For No Results in Database. Maybe you are checking the username and password of a user and match it to an authenticated user.

Read More
PHP HTML Script For Emails
PHP HTML Script For Emails

If you are looking for PHP HTML script for emails you have come to the right place. If you look at our PHP Snippets for email. You may be disappointed that when you send an email that you do not actually see formatted HTML.

Read More