RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial PHP Miscellaneous Extract All URLs on a Page Using PHP Tutorial
Enter a URL and results will display all links on that URL by matching the strings 'http', 'file', and ftp. A while loop executes for each result and returns the url using printf. View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Simple Localization with PHP Tutorial
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user f View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Keyboard Characters to images tutorial Tutorial
A very easy tutorial with code included that shows you how to convert keyboard chars input to icon or image output. For instance how to make :) a smiley face.` View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Split an array to many pages Tutorial
It is a function that splits any array to many pages. Easy to configure number of maximum items per page. Very simple to use, then it writes both your array and a Page navigaton bar automatically. New version 1.2 supports result template, document title. View Rating



PHP Tutorial
Tutorial PHP Miscellaneous matatag generator Tutorial
This is a simple metatag generator that could be placed on any php site . View Rating



PHP Tutorial
Tutorial PHP Miscellaneous PHP and Background Processes Tutorial
Learn how to send PHP to the background while you do other things. Great for mass mailing, number crunching, etc. View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Viewsource Tutorial
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is put together and how the PHP code itself is written. Usually, it is not possible to view the PHP source but View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Hightlight or Censor words in PHP Tutorial
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP. View Rating



PHP Tutorial
Tutorial PHP Miscellaneous Exec and system command and results Tutorial
This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included. View Rating



PHP Tutorial
Tutorial PHP Content Management A Template Framework for Static Sites Tutorial
Templates can bring order and structure to a web site. This article describes how templates can be used to control the page layout for a site that is currently composed of many pages of static HTML, using a popular template class and a new feature of PHP4 View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.