Function: A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached. More clearly, a huge program should be divided into number of functions, and a function precisely should [...]
Read More >>
In this part we’ll cover the basics of classes, and how to put together your own class. We’ll also go over how to make variables. Classes add a lot of functionality to your code and help to stop you repeating yourself over and over again as you might in conventional code. With classes and functions [...]
Read More >>
Young generation needs a special means of communicating and MIXER!! is the best choice among the community scripts! With it you get free:
Read More >>

Hello, and welcome to another PHP tutorial. This one will teach you how to make a nice PHP calendar (in PHP of course!). When I started out in PHP I always wanted to know how to make a calendar, but could never find the tutorial to do it. So i figured I’d write my own [...]
Read More >>

In this follow up, we’re going to do better. The basis for this upgrade falls on a messy PHP “if…else” statement that was present in the old method. Below, we’ll explore two different methods for updating your blog’s admin highlighting system.
Read More >>
Author: alyaspk Categories: PHP, Wordpress Tags: admin, admin comment, comment highlight, comments, highlight admin comment, highlight comment, PHP, php tipes, php tutor, php tutorial, wordpress, wordpress php, wp, wp comment

Introduction Welcome to the third and final part of a series introducing Object Oriented PHP!
Read More >>
Author: alyaspk Categories: PHP, Server Scripting Tags: Basics, MySQLi, object oriented, OOP, PHP, php 2, php 3, php great, php hack, php hack tutor, php nice, php object, php object oriented, php oriented, php part 2, php part 3, php tutor, php tutorial, Web Development, Web Standards

Introduction Welcome to Part 2 of a three part series introducing Object Oriented PHP!
Read More >>
Author: alyaspk Categories: PHP, Server Scripting Tags: Basics, MySQLi, object oriented, OOP, PHP, php 2, php great, php hack, php nice, php object, php object oriented, php oriented, php part 2, php tutor, php tutorial, Web Development, Web Standards

About This Series This is a three part series introducing Object-Oriented PHP, a way to manage your code and keep different parts separate, all while being easily accessible.
Read More >>
Author: alyaspk Categories: PHP, Server Scripting Tags: Basics, introduction to php, object oriednted, object php, OOP, oriented, oriented php, PHP, php hack, php tips, php tricks, php tutor, Web Development, Web Standards

One of the (many) nice updates the comes bundled in WordPress 2.8 is with the_author_meta() template tag. This tag allows a developer to pull and display specific parts of any user’s information within a theme. Even though variations of this have been included in previous releases, this version has simplified it to a much easier [...]
Read More >>
Author: alyaspk Categories: PHP, Wordpress Tags: author, author meta, author meta information, author meta information wp, author meta wordpres, author meta wordpress, author meta wp, Blogging, display meta author, PHP, quick tip, wordpress, wordpress author, wordpress meta, wordpress meta author, wordpress tips

In this tutorial you’ll learn how to increase pageviews by adding thumbnails to related posts using the popular YARPP plugin and WordPress custom fields. The Goal Before we start, let’s take a look at the result of what we’re building:
Read More >>