Recently Popular Php Tagged Tutorials
Feb 5
Adding and Managing Image Content in Joomla!
Utilizing multimedia effectively within a Joomla website requires discipline and knowledge. Multimedia provides us with stunning interactive user experiences and wonderful design options. This tutorial provides complete assistance that will enable you to utilize image content effectively within your Joomla! website. Along with browser support and accessibility for images, you will learn to create multimedia [...]
Jan 19
AJAX form Validation
AJAX Form Validation this chapter helps users create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly,responsive, and pleasing.
Jan 19
AJAX form Validation
AJAX Form Validation this chapter helps users create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly,responsive, and pleasing.
Jan 16
Creating a WordPress post calendar date icon
Learn how to create a date calendar icon for WordPress using WordPress' PHP functions, a bit of simple CSS and XHTML
Jan 11
Build User Login Flash Widget
This chapter shows how to utilize user management within a Flash application by building a User Login Flash widget. One of the most important aspects of the Drupal CMS is its ability to manage its users and protect the content of that site using a permission-based role system.
Jan 11
Build User Login Flash Widget
This chapter shows how to utilize user management within a Flash application by building a User Login Flash widget. One of the most important aspects of the Drupal CMS is its ability to manage its users and protect the content of that site using a permission-based role system.
Dec 17
How to ease the way of storing configuration parameters
I'm been building a system of my own for a while now, and thaught of sharing some code with you. I'm building some kind of community, with users and stuff. In most systems, you need to have configuration parameters, that you can easily change, and especially if more people will be administrating the site, so you [...]
Dec 4
PHP Refferal System
This is a basic referral system i typed up while in school. Easy to understand and follow.
Dec 4
PHP: Currently Active Users
In this tutorial I'll show you how to show the users that are logged on to your website like the one in codecall home page. Theres several techniques that you can use to do so, I choose to use this one for simplicity.
Dec 4
Ajax innerHTML
This tutorial continues my tutorial on innerHTML. In this tutorial, instead of using a function that will directly update the page, we are going to use ajax techniques to update the page. By using Ajax, you can call out to any piece of PHP (or other web language like ASP) code, rather than just be [...]
Dec 4
Easy to understand tutorial - GET and POST
In this tutorial, I will show you a simple example of using POST or GET in a form on a page to simply print “Hello, NAMEHERE”. Of course, POST and GET can be used for better things than this, like sending form information, but this will be enough so that I can show you the [...]
Dec 4
Debugging MySQL issues in PHP
Possibly the most common issue users have with PHP is working with MySQL. When a query fails, many users don't know where to begin debugging. This guide outlines my debugging procedure.
Dec 3
PHP: Manipulating And Reading XML With SimpleXML
SimpleXML is an extension to PHP added in version 5 that turns an XML document into an object making it easy for you to iterate through. The extension solves many of the complexities surrounding XML parsing with PHP prior to version five. The new XML object can be processed with normal property selectors and array [...]