View all tutorials for PHP for everyone

Enable E-mail In PHP – Windows

This will be a quick tutorial that will show you how to enable e-mail function in PHP on Windows.

Ext JS 3.0 Cookbook

As I announced before, I've got a promo version of a book Ext JS 3.0 Cookbook from PacktPub. I finally got it, as a very nice Christmas present, and I can tell you that it is what it's name says, a cookbook.

Learning Resources

Reader Satish requested a list of tutorials where he could learn about PHP, MySQL and jQuery. Since there is a lot of good tutorials I'll just give a list of sites that I find very useful in learning those languages and that I visit very often.

Ext JS 3.0 Cookbook Announced

A few days ago, I've got an e-mail from PacktPub in which I've been asked to make a review about Ext JS 3.0 Cookbook.

Implementing Bitwise Permissions

Reader Freddy requested a tutorial about implementing bitwise permissions in real application. This tutorial will cover that. It's very simple tutorial and I tried to make it as simple as possible.

jQuery Search Content

In this tutorial I'll show you how you can create jQuery plugin that will search for some words in tables and display those rows that have entered words in their cells.

Advanced PHP User Login

If you ever had a bank account you are familiar with TAN-s (Transaction Authentication Number). What we will do today, is create user login using that kind of system. This will be just simple overview how to do it so you can create more complex and secure login systems. You need to have basic knowledge about classes, HTML, CSS and AJAX because I will not explain in depth what I do.

MySQL Quite Complex Queries

I've read an article about database design. It's very simple but I try to design my databases/tables following that article. But there is one thing that is also important. You need to design your tables and their relations so that you can get almost everything your need with as much queries as possible. This is a part that MySQL-s complex queries are very useful. In two last jobs that I did I needed to optimize script as much as possible. One project is a plug

Sql Queries Cache

This will be intermediate tutorial about caching SQL query results. We will use interface to make support for extending available ways of caching your results. We will create cache that will use MySQL database and flat text files to store cache.

Permissions Using Bitwise

This will be a quick tutorial on how to use bitwise operators in PHP to create permissions control. Some of next tutorials will cover how to implement it in application and how to use database to store permissions for users. Now some basics.

PHP Walker Class

In this tutorial we will create walker class. This class will load results by executing given SQL query and then create multidimensional array that will have entries in right position. Let's say that you have this data in your database.

AJAX Multi-Level Comments

In this tutorial we will create multi level comments. You must have seen comments on youtube and that they have levels depending on who replied to who. That's exactly what we will build.

PHP Confirm Registration Link

This will be quick tutorial on how you can implement confirm registration link into your PHP application. This will not be anything fancy, just simple HTML and PHP to show you how this work and one way how it can be implemented.

PHP DomDocument Tutorial

This will be a quick tutorial that will show you how to use PHP's DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you'll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3school.com.

jQuery Basic Tutorial

User named Enrho requested a tutorial that will explain some basics in jQuery. This will be a very simple tutorial that will give your some overview of what jQuery is capable of :).