Recently Popular Php Tagged Tutorials
Nov 6
Submit data to a Google Form with PHP
This tutorial shows you how to submit data to a Google Spreadsheet with a custom PHP form.
Nov 4
Introduction to PHP – Part 1
PHP is a widely used open source server side scripting language that is used to create dynamic and interactive web pages.
Nov 3
How To Install Joomla 1.5: A Beginner's Tutorial
Learn how to install Joomla 1.5 in just minutes. An easy-to-follow tutorial that takes you step-by-step.
Nov 3
MODx Web Development
In this chapter, you will learn how to modify the site to have a sign up form and log in form. We will also learn how to enable blogs to be posted only by friends. Read more about the book here: http://www.packtpub.com/modx-web-development?utm_source=tipclique.com&utm_medium=link&utm_content=news&utm_campaign=mdb_001305
Nov 2
Using the ReCaptcha library with PHP
This tutorial shows you how to add captcha verification to your web page with PHP
Nov 2
Deploying a PHP-GTK application with NSIS
PHP-GTK allows you to take PHP to the desktop. This tutorial shows you how to package and distribute a PHP-GTK application.
Nov 1
Yahoo BOSS Custom Search with PHP
This free tutorial shows PHP developers how to take advantage of Yahoo's search technology to build a quick, effective custom search solution. Demo and source code included.
Nov 1
Yahoo Query Language (YQL) and PHP
This free tutorial shows you how to use the YQL web service from PHP. Demo and source code included.
Nov 1
Displaying Gravitar images with PHP
This free tutorial shows you how to display Gravitar images with PHP. Demo and source code included.
Oct 22
PHP Nuke, PHP Nuke Website Templates Design, PHP Nuke...
PHP Nuke - Bestwebtemplates.com provides PHP Nuke Website Templates specially designed for PHP Nuke Content Management. Find your PHP Nuke Website looks different from the others.
Oct 14
Learn to Secure Joomla! Extensions
This tutorial explains how developers can avoid some of the more common mistakes that lead to security vulnerabilities in Joomla! It also demonstrates how extensions can be made secure and some of the implications if developers fail to do this.
Sep 20
Find and fix common problems on your Joomla! 1.5 Website
Learn to diagnose and fix some of the most common problems with your Joomla! website, without needing to resort to hiring people to fix them, or waiting for extension developers to provide support. You will also understand the implications and risks of customizing a Joomla! site, and using extensions that hack the Joomla! core.
Sep 18
Agile works best in PHP.
In this tutorial, we will cover the following: • Introductions to agile philosophy, including agile values and agile principles • Common problems and fears that developers face while developing a product • What is meant by agility and how it can help • Extreme programming principles • Advantages of agile process models • Team agility • Agile process models • Agile principles for the [...]
Sep 10
PHP Variables and Variable Functions
PHP variables start with a dollar sign. The first character must be a letter. Other than that, you can use any letter or number. The variable name can be as long and as short as you want.
Aug 13
Tutorial: How to Create RSS Feeds
In this tutorial, we'll explore some of the uses for RSS feeds, why your website should have them, and you'll also learn how to make static feeds with XML and dynamic feeds using PHP.