Archive for the PHP and MySql Category

PHP video tutorial: Website security protection – Prevent avoid SQL injection

PHP video tutorial: Website security protection - Prevent avoid SQL injection

Protect your website from SQL injection with PHP.
Preventing SQL injection is not difficult but very important/ SQL injection is very dangerous but can be very easily prevented.
In this post I will show you how to prevent hackers attacks on you
This video is part of my “Professional Webmaster Video Course”.
As a result of many requests I [...]

No Comments

How to create secure PHP script login form page using session video tutorial

How to create secure PHP script login form page using session video tutorial

In this tutorial I will teach you to create secure login process using PHP session object variable and database to store the login information of our members.
This is very useful if you have a members are on your website.
This login process is very common and I am sure you will use it in your [...]

4 Comments

PHP video tutorials: Pagination display results from database tables divided to multiple pages – paging

PHP video tutorials: Pagination display results from database tables divided to multiple pages - paging

If you have long tables it is not practical to display all the results in one page.
There is a need to divide the results into smaller groups and display them on different pages.
Pagination technique is commonly used by webmasters.
I will explain you this important technique in this post.
I think that you shouldn’t remember everything by [...]

1 Comment

Video PHP tutorials: Manage statistics ( stats ) using the SERVER object

Video PHP tutorials: Manage statistics ( stats ) using the SERVER object

This tutorial is about managin stats with PHP.
During this lesson you will learn to track you visitors by date, ip, browser or refferer.
This tutorial was made to show you the general concept of collecting and displaying statistic information about your visitors.
This video is part of my “Professional Webmaster Video Course”.
As a result of many requests [...]

No Comments

Video tutorials: PHP Mail function – How to send emails from your web server or localhost

Video tutorials: PHP Mail function - How to send emails from your web server or localhost

This tutorial is about sending emails from your website or web server using PHP Mail function.
If you want to send emails form local host without uploading your website to a remote server you will need to use a special software called POSTCAST which will simulate an email server on your local computer and allow you [...]

1 Comment

  • Page 1 of 2
  • 1
  • 2
  • >