Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Creating a Graph/Chart Library with PHP

If any data, such as temperature versus day or stock market values, is to be presented in a meaningful fashion, it really needs to be presented visually. This usually takes the form of charts. Various forms of charts exist, such as line graphs, bar graphs, pie charts, and so on.

2,925 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 4.67 out of 5)

Determining Whether an Email Account Exists

A common web application is having users sign up for some service. Often you want to confirm whether the given email truly exists. Realistically, there is only one accurate way of determining whether an email account exists and is active. You must actually send an email to the user and require that the user either respond to it or click a link in it to verify that the user received the email.

3,542 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.4 out of 5)

Creating a Multilayer Drop-Down Menu

When creating a website, navigation is always a problem. On a large complicated website, it can become a burden. Sometimes, having hierarchical drop-down menus can make this easier, allowing for a small amount of space on the screen to be used (the initial menu) to present a complicated menu system.

4,762 views
1 Star2 Star3Star4 Star5 Star (6 votes, average: 4.33 out of 5)

Cache in PHP

In the modern days, most of the sites are database driven. That means that your site is actually an application which retrieves data from a DBMS ( database managment system, eg MySQL) , parses the data and shows the result to the user.

2,214 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.4 out of 5)

Basic working with files in PHP

Well, you want your script to open up a file? Edit it/rewrite it/do whatever? Okay… you can do that using PHP! It seems pretty basic I know, but you still need to master a few commands.

2,535 views
1 Star2 Star3Star4 Star5 Star (4 votes, average: 3.75 out of 5)

Running PHP Scripts with Cron

Lots of programmers like PHP for its ability to code and develop web applications fast. Code-debugging is a lot easier than with PERL or C. However, there is one thing a lot of developers are puzzled about, “How to run PHP Scripts with crontab?”

2,377 views
1 Star2 Star3Star4 Star5 Star (3 votes, average: 5 out of 5)

Get Google Adsense statistics by using PHP

Why not let your own script fetch the statistics directly from google adsense reporting site? It’s always much easier to have the data locally in your own database, and then create scripts to display the stats in the way you are interested in.

2,231 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 4.8 out of 5)

Create Excel files with PHP

Have you ever thought of creating excel files from your web site? Excel is a very useful format for lots of purposes.

10,709 views
1 Star2 Star3Star4 Star5 Star (9 votes, average: 3.89 out of 5)

PHP script to display Google PageRank

PageRank is a numeric value that represents how important a page is on the web. It is Google’s way of measuring the importance of web site.

3,868 views
1 Star2 Star3Star4 Star5 Star (10 votes, average: 3.5 out of 5)

Showing the top domain referrals to your site

This tutorial will show you how to make a list of the top referring domains to your site. This list requires no signup from users at all, they just have to link to your site and they will show up.

1,717 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 3 out of 5)