Advertisment
Small flash video showing how to debug your Php code with phpED
A nice, easy to use guide to cron jobs, and create a script which automatically generates a backup of your database weekly!
When building a website, things can get a bit complicated with code written inside the template. A templating system serves to separate the...
Views: 580 | | by Tutorial
PHP - Development
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...
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...
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...
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...
Regular expression started in Perl language. But it is now used everywhere: text editors, programming languages, and software testing tools....
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...
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...
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...
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...
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...
In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.
This tutorial covers the basics of using the Facebook PHP Client Library and how to get your application started, including, installing the...
Views: 582 | | by Tutorial
PHP - Development
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...
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.
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...
Tutorial shows difference between numeric and associative arrays and with example of how to how to use them.
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...