High quality graphic and coding tutorials  |  5058 tutorials online

Development » PHP and MySQL Tutorials

 Dreamweaver (86)  CSS (196)  PHP and MySQL (177)
 HTML (110)  jQuery (26)  Wordpress (23)
 Joomla (3)


Understanding PHP Sessions Preview

Understanding PHP Sessions

This is a very detailed tutorial about using PHP sessions. A session is like a variable that can transfer data between more pages.

  • Currently 2.91/5
  • 1
  • 2
  • 3
  • 4
  • 5
293 Views  | Category: PHP and MySQL
Simple Cross-browser Chat system Preview

Simple Cross-browser Chat system

Simple cross-browser chat script using MySQL, PHP and jQuery. The old messages are automatically deleted and the chat is refreshed without refreshing the whole page.

  • Currently 3.12/5
  • 1
  • 2
  • 3
  • 4
  • 5
339 Views  | Category: PHP and MySQL
Using FPDF To Create PDF Files From PHP - Part 2: Document Settings Preview

Using FPDF To Create PDF Files From PHP - Part 2: Document Settings

In this tutorial, you will learn how to use FPDF to create PDF files from PHP - Part 2: Document settings.

  • Currently 3.01/5
  • 1
  • 2
  • 3
  • 4
  • 5
567 Views  | Category: PHP and MySQL
Using FPDF To Create PDF Files From PHP - Text Basics Preview

Using FPDF To Create PDF Files From PHP - Text Basics

In this tutorial, you will learn how to use FPDF to create PDF files from PHP - Text basics.

  • Currently 3.04/5
  • 1
  • 2
  • 3
  • 4
  • 5
690 Views  | Category: PHP and MySQL
How To Double Meta Refresh Preview

How To Double Meta Refresh

In this tutorial, you will learn how to how to double meta refresh, simply put this will hide your traffic source, which comes in handy when doing blackhat campaigns.

  • Currently 3.05/5
  • 1
  • 2
  • 3
  • 4
  • 5
511 Views  | Category: PHP and MySQL
PHP Days between two dates Preview

PHP Days between two dates

In this tutorial, you will learn how to compute or exclude days between two dates in PHP.

  • Currently 2.97/5
  • 1
  • 2
  • 3
  • 4
  • 5
294 Views  | Category: PHP and MySQL
PHP MySQL Improved Preview

PHP MySQL Improved

In this tutorial, you will learn about how to use PHP with MySQLi.

  • Currently 3.03/5
  • 1
  • 2
  • 3
  • 4
  • 5
328 Views  | Category: PHP and MySQL
Equal and the Same Type Preview

Equal and the Same Type

In this tutorial, you will learn that PHP offers the ability to create conditional statements that compare against the same value and the same type.

  • Currently 2.89/5
  • 1
  • 2
  • 3
  • 4
  • 5
298 Views  | Category: PHP and MySQL
PHP list() Preview

PHP list()

In this tutorial, you will learn how the list construct assigns variables to array values without having to manually specify each one.Basically, it automates the process of variable assignment for arrays which comes in handy while looping.

  • Currently 2.99/5
  • 1
  • 2
  • 3
  • 4
  • 5
276 Views  | Category: PHP and MySQL
Gzip Compression Preview

Gzip Compression

In this tutorial, you will learn that by using gzip to compress files before transmission can cause your page to load faster and save bandwidth on your server/webhost.

  • Currently 2.88/5
  • 1
  • 2
  • 3
  • 4
  • 5
218 Views  | Category: PHP and MySQL
PHP Reflection and Plugins Preview

PHP Reflection and Plugins

In this tutorial, you will learn that PHP reflection API allows you to view metadata and comments in your PHP scripts which allow you to create highly expandable PHP scripts.

  • Currently 2.94/5
  • 1
  • 2
  • 3
  • 4
  • 5
256 Views  | Category: PHP and MySQL
Tramp Variables Preview

Tramp Variables

In this tutorial, you will learn what a Tramp Variable is and why it is not a good thing and that you should avoid it.

  • Currently 3.05/5
  • 1
  • 2
  • 3
  • 4
  • 5
189 Views  | Category: PHP and MySQL
PHP Socket Programming Preview

PHP Socket Programming

In this tutorial, you will learn how you can allow other users to connect to your server using PHP, with PHP CLI.

  • Currently 2.89/5
  • 1
  • 2
  • 3
  • 4
  • 5
163 Views  | Category: PHP and MySQL
PHP Difference between Require and Include Preview

PHP Difference between Require and Include

In this tutorial, you will learn in PHP the difference between "Require" and "Include".

  • Currently 3.12/5
  • 1
  • 2
  • 3
  • 4
  • 5
105 Views  | Category: PHP and MySQL
PHP Can't Spel? Preview

PHP Can't Spel?

In this tutorial, you will learn about using a couple of different functions in PHP that can help you with making sure you have the correct spelling.

  • Currently 3.03/5
  • 1
  • 2
  • 3
  • 4
  • 5
103 Views  | Category: PHP and MySQL