Best Tutorials website
Latest tutorials

Advertisment

Debugging your php code with PhpED

Debugging your php code with PhpED

Small flash video showing how to debug your Php code with phpED


Views: 552 | Rating star | by Nick
PHP - Development

Cronjobs: A Full Introduction. (Database backup script included.)

Cronjobs: A Full Introduction. (Database backup script included.)

A nice, easy to use guide to cron jobs, and create a script which automatically generates a backup of your database weekly!


Views: 501 | Rating star | by Adam
PHP - Development

Creating a Templating System Using Object Oriented Programming

Creating a Templating System Using Object Oriented Programming

When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the...


Views: 516 | Rating star | by Tutorial
PHP - Development

How to Bridge PHP and Java for Powerful Web Solutions

How to Bridge PHP and Java for Powerful Web Solutions

Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build...


Views: 508 | Rating star | by Mark
PHP - Development

Building multiple conditional statements in PHP

Building multiple conditional statements in PHP

After building a condition, based on the result, PHP will allow you to chose what action to take. The condition itself can be anything you need or...


Views: 459 | Rating star | by Ben
PHP - Development

Macronimous- Command Line Scripting in PHP

Macronimous- Command Line Scripting in PHP

PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and...


Views: 669 | Rating star | by Source
PHP - Development

Writing Regular Expression with PHP

Writing Regular Expression with PHP

Regular Expression is a kind of language and if you have learned its symbols and understood their meaning, you would find it as the most useful...


Views: 555 | Rating star | by Sean
PHP - Development

Testing Regular Expression Match Patterns

Testing Regular Expression Match Patterns

Regular expression started in Perl language. But it is now used everywhere: text editors, programming languages, and software testing tools....


Views: 545 | Rating star | by Simon
PHP - Development

 Escape HTML Characters

Escape HTML Characters

In this how to you're gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users...


Views: 464 | Rating star | by John
PHP - Development

Patching the Issue with Recording User Clicks and the Inevitable Click-Bots

Patching the Issue with Recording User Clicks and the Inevitable Click-Bots

Perhaps a rather equivocal title there, so let me explain myself. I was referred to a website the other day, entitled Click to the Moon. A novel...


Views: 504 | Rating star | by Steve
PHP - Development

Shorthand IF/ELSE

Shorthand IF/ELSE

Shorthand IF/ELSE statements can clean up your PHP/HTML code by emiminating the need for the huge statements with curley brackets all over the...


Views: 531 | Rating star | by Steve
PHP - Development

Creating a Simple Currency Converter with Automatic Symbols

Creating a Simple Currency Converter with Automatic Symbols

If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script...


Views: 508 | Rating star | by Brad
PHP - Development

The Ternary Operator: Like If Statements, Just Simplified!

The Ternary Operator: Like If Statements, Just Simplified!

Ternary Conditionals are one of those things in php that can save some time when writing code and possibly make your code easier to read. I think...


Views: 501 | Rating star | by Jason
PHP - Development

Effective Geotargeting with PHP

Effective Geotargeting with PHP

In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.


Views: 511 | Rating star | by Sarah
PHP - Development

Create a Facebook Application With PHP

Create a Facebook Application With PHP

This tutorial covers the basics of using the Facebook PHP Client Library and how to get your application started, including, installing the...


Views: 525 | Rating star | by Tutorial
PHP - Development

Rapid Application Development with CodeIgniter

Rapid Application Development with CodeIgniter

Today I'll introduce you to CodeIgniter, a framework that does all three. CodeIgniter is an MVC application framework for PHP that gives you a...


Views: 530 | Rating star | by Sarah
PHP - Development

Install Apache, PHP and MySQL on Windows XP

Install Apache, PHP and MySQL on Windows XP

This tutorial will show you how to install Apache 2.0.59, PHP 5.2.3 and MySQL 5.0.41 on machine running Windows XP.


Views: 515 | Rating star | by Brad
PHP - Development

Complete Walkthrough: Creating a Gallery Class

Complete Walkthrough: Creating a Gallery Class

In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a...


Views: 512 | Rating star | by Jason
PHP - Development

PHP Arrays

PHP Arrays

Tutorial shows difference between numeric and associative arrays and with example of how to how to use them.


Views: 536 | Rating star | by Mathew
PHP - Development

Introduction to Debugging and Error Checking your PHP Applications

Introduction to Debugging and Error Checking your PHP Applications

Debugging essentially means to track down an error in your code. Found a 'bug' in your code? Then you need to 'de-bug' it! This...


Views: 498 | Rating star | by Marry
PHP - Development