TipClique Tutorials feed. Recently Popular PHP Tutorials


Jan 11

Create a Tag Cloud from a Database with PHP

Posted by , in PHP Tutorials

This PHP tutorial will show you how to create a tag cloud similar to the tag clouds on a lot of the web 2.0 sites, or even this site. It is all done with very little code, and can be downloaded and used on your site with very little fuss.

Popularity: 20.7%

Thumbnail for Create a Tag Cloud from a Database with PHP
Clique It


Dec 15

PHP Tutorial - Dynamic RSS

Posted by , in PHP Tutorials

This tutorial will go through the a method for creating an RSS feed using PHP. This will be an example of a news feed. Basically outputting a title, link and the content.

Popularity: 19%

Thumbnail for PHP Tutorial - Dynamic RSS
Clique It


Dec 9

RSS Feed Reader using Ajax and PHP Part 2

Posted by , in PHP Tutorials

In Part 1 you learned how to consume some hard-coded RSS feeds and display them in a webpage. This will still be the end result but instead of having the URL's hard-coded you are going learn hot to gather them from a database.

Popularity: 19%

Thumbnail for RSS Feed Reader using Ajax and PHP Part 2
Clique It


Dec 9

RSS Feed Reader using Ajax and PHP Part 1

Posted by , in PHP Tutorials

In this AJAX tutorial you will learn how to build an RSS Feed Reader using AjaxAgent and PHP that can read the latest posts from multiple Wordpress Blogs.

Popularity: 19%

Thumbnail for RSS Feed Reader using Ajax and PHP Part 1
Clique It


Nov 13

Writing Secure PHP - Part 3

Posted by , in PHP Tutorials

Writing Secure PHP - Part 1, and Writing Secure PHP - Part 2 covered many of the basic mistakes PHP developers make, and how to avoid common security problems. It is time to get a little deeper into security though, and begin to tackle some more advanced issues.

Popularity: 19.7%

Thumbnail for Writing Secure PHP - Part 3
Clique It


Nov 13

Writing Secure PHP - Part 2

Posted by , in PHP Tutorials

Writing Secure PHP - Part 1 covered a few of the most common security holes in websites. It's time to move on, though, to a few more advanced techniques for securing a website. As techniques for 'breaking into' a site or crashing a site become more advanced, so must the methods used to stop those [...]

Popularity: 19%

Thumbnail for Writing Secure PHP - Part 2
Clique It


Nov 13

Writing Secure PHP - Part 1

Posted by , in PHP Tutorials

PHP is a very easy language to learn, and many people without any sort of background in programming learn it as a way to add interactivity to their web sites. Unfortunately, that often means PHP programmers, especially those newer to web development, are unaware of the potential security risks their web applications can contain. Here [...]

Popularity: 19.3%

Thumbnail for Writing Secure PHP - Part 1
Clique It


Nov 11

Advanced email in PHP

Posted by , in PHP Tutorials

In this tutorial you will see how the PHP server-side scripting language may be set up to send email, and explore how to send complex message types such as HTML email or emails with file attachments.

Popularity: 25.2%

Thumbnail for Advanced email in PHP
Clique It


Oct 30

PHP Form Generator

Posted by , in PHP Tutorials

Generates select boxes, text boxes, check boxes and radio buttons. Via a handful of functions.

Popularity: 19.7%

Thumbnail for PHP Form Generator
Clique It


Oct 28

Zip Codes

Posted by , in PHP Tutorials

If you’ve ever wanted to build an application that can both find the distance between two zip codes, and find zip codes within a specific radius of another zip code, then this is the snippet for you.

Popularity: 19%

Thumbnail for Zip Codes
Clique It


Oct 14

PHP 101: PHP For The Absolute Beginner

Posted by , in PHP Tutorials

This is a large collection of tutorials intended for everyone new to PHP. They cover everything to get you started with PHP.

Popularity: 21%

Thumbnail for PHP 101: PHP For The Absolute Beginner
Clique It


Oct 14

Web 2.0 PHP Tag Cloud

Posted by , in PHP Tutorials

This is a PHP class for creating a Web 2.0 tag cloud

Popularity: 19.7%

Thumbnail for Web 2.0 PHP Tag Cloud
Clique It


Sep 26

Passing JavaScript variables to PHP

Posted by , in PHP Tutorials

JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.

Popularity: 21.7%

Thumbnail for Passing JavaScript variables to PHP
Clique It


Sep 11

Blocking access to the login page

Posted by , in PHP Tutorials

Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema uses visitors IP address to store log attempts in the database and block access to login feature for 30 minutes after third unsuccessful attempt.

Popularity: 19%

Thumbnail for Blocking access to the login page
Clique It


Sep 1

PHP Thumbnailer Class

Posted by , in PHP Tutorials

A PHP Class for manipulating images. It features the ability to scale by percentage, width, height, and to create a square crop of an image. Unlike other image manipulation classes, this one allows multiple manipulations of an image, with the ability to save it multiple times, and display the image without saving. This is useful for [...]

Popularity: 20.3%

Thumbnail for PHP Thumbnailer Class
Clique It


Tutorials 16-30 of 42