Jan 11
Create a Tag Cloud from a Database with PHP
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.
Dec 15
PHP Tutorial - Dynamic RSS
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.
Dec 9
RSS Feed Reader using Ajax and PHP Part 2
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.
Dec 9
RSS Feed Reader using Ajax and PHP Part 1
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.
Nov 13
Writing Secure PHP - Part 3
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.
Nov 13
Writing Secure PHP - Part 2
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 [...]
Nov 13
Writing Secure PHP - Part 1
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 [...]
Nov 11
Advanced email in PHP
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.
Oct 30
PHP Form Generator
Generates select boxes, text boxes, check boxes and radio buttons. Via a handful of functions.
Oct 14
PHP 101: PHP For The Absolute Beginner
This is a large collection of tutorials intended for everyone new to PHP. They cover everything to get you started with PHP.
Sep 26
Passing JavaScript variables to PHP
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.
Sep 11
Blocking access to the login page
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.
Sep 1
PHP Thumbnailer Class
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 [...]
- « Previous
- 1
- 2
- 3
- Next »