Working with dates and times in PHP is an article that teaches about the usage of dates and times in PHP projects. The author gives a sample PHP code function for this purpose on the page for easy understanding. The author deals in the following...
Code in Style with ASP.NET Themes is one of an article about ASP.NET themes. Theme is used to define the display of controls and pages. The themes could be used for the whole web application which is described in this tutorial. The author explains...
Hightlight or Censor words in PHP is a tutorial tool that explains the PHP functions that can be done with text handling. From this program you can learn how to extract the bad words from text entries and also can learn how to highlight a text on...
Random numbers in PHP is a tutorial for the users to create three random numbers between 0 and 9. A sample function for this creation is given on the page. simple slots function is also given for generating multiple number. Easy to follow step are...
World's Simplest RSS Reader in PHP is multi-platform compatible, this is the simplest RSS reader on Earth that can read any kind of RSS feeds!It has only 1 SMALL function to do the work and the script it HEAVILYcommented!! Read News Feeds, Blogs,...
Learn how to write in PHP files.
In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function will work only for select...
Code Line Counter Pro - PHP Version may be helpful for SQA, PHP developers, project managers and other customers who need an overview of a project source code. This easy-to-use application will help you get detailed reports on the source...
This is an article in PHP where the author discusses about ad managing techniques. A sample self explanatory PHP programming code is given for your reference from which you can learn by yourself to build a big network of ads. You will also come to...
A simple tutorials on how to generate Dynamic URLs in php/mysql with URL like index.php?ID=5 . Code snippet included. |