| TOTAL: 12 Page: 1 of 1 |
|
PHP Classes
This tutorial makes php classes easy to learn.

| Hits: | 13 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-02-13 |
VideoWatch Professional - Video Sharing Script
Features include: Tabeless CSS template, one page video upload, flash player with top videos, custom member profiles, channels, and video series, advanced embeddable video player, video conversion using 2-pass encoding from over 30 formats, videos/channels/series/pr ofile rating, message history, family filters, friend network, member search, popular searches, SEO Optimization, Upload Progress stats, Avatars, 25 RSS feeds. Generate the revenues you should be earning. AJAX username available chec


| Hits: | 22 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2008-02-13 |
PHP regular expression tutorial 1.0
In this article I will show you how to use PHP regular expressions in your own PHP scripts.


| Hits: | 28 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-11-25 |
How To Enable Session Support for PHP 1.0.0
The session support can be turned on automatically at the site level, or manually in each PHP page script: Turning on session support automatically at the site level we have to modify some setting in php.ini file. you can get php.ini file in folder you install PHP. To you sessions you have to set or reset following parameter in your php.ini file

| Hits: | 13 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-10-05 |
PHP for dummy
PHP for dummy is a small tutorial for the absolute beginners how to start with PHP. This article covers more topic from installation to PHP basics.

| Hits: | 14 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-08-22 |
PHP control structures - do while
PHP contains a various statement types Conrol structures allow us to manage script to do or not to do anything. When you use do while control structure, script does its job until condition turns false. When you use do while script statement once, always return true. Beginning expression is always true. End of each iteration, PHP evaluates control structure. Main difference from while do, first expression must be return true.

| Hits: | 46 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-07-29 |
Understanding Object Orientated PHP (oo PHP)
This guide is a basic explanation on how to use Object Orientated PHP. You need an understanding of PHP before you attempt this.

| Hits: | 16 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-07-25 |
PHP string
A detailed description how to use PHP strings and string manipulation functions.

| Hits: | 21 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-07-24 |
PHP loops 1.0
In this tutorial I will show you all loops in PHP and their usage with code examples.

| Hits: | 20 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-07-11 |
If And Else Statements
If and else statemets are very simple, but also very useful when you want to show or do something on your page that relies on certain conditions.

| Hits: | 12 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-06-29 |
What is PHP
PHP, which stands for "Hypertext Preprocessor", is a server-side scripting language used for creating HTML embedded dynamic Web pages. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications.

| Hits: | 28 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-05-08 |
Intro to PEAR HTML_Template_IT Package 1.0
Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong inital grasp on creating templates using PEAR and the HTML_Template_IT package. This is great for creating template files (.tpl files) and making your website more easily editable. It also helps organize your website when it gets big with lots of PHP files and you can change certain aspects of your site easily as well.

| Hits: | 10 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-04-20 |
PHP Script Tips - Manipulating Arrays with Built-in Functions
Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays, splitting strings into arrays, merging elements into strings.

| Hits: | 39 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Introduction To Arrays
Array's can most easilly be described as an ordered list (in most cases). An array is a list of scalar data; or elements that are indexed with a numeric or named key. A key is either a name or a number assigned to an element as a reference

| Hits: | 62 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Introduction To Arrays
Array's can most easilly be described as an ordered list (in most cases). An array is a list of scalar data; or elements that are indexed with a numeric or named key. A key is either a name or a number assigned to an element as a reference

| Hits: | 50 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Understanding PHP Arrays and Their Basic Operations
Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays, array elements order.

| Hits: | 87 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
PHP Loop Structures Explained
Being able to use any programming language, you need to have reaction to input. With PHP for instance, there are many ways to automate actions. Here are some of the control or loop structures available in PHP.

| Hits: | 89 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Restrict External Access To PHP Files
Sometimes, when you are writing your PHP script, you tend to write Classes and Functions that you will use in your script in external files so that they might be included( ) or required( ) at any time. The same could be said about configuration files. You have certain settings in the form of variables in a external configuration file that you load in the different pages of your script so that they might be shared and edited with ease. The downside to this method is that you will usually

| Hits: | 38 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Using arrays: basics
Instead of having our information (variables or numbers) in variables like $Mydata1, $Mydata2, $Mydata3 etc, by using arrays our information may be contained in an unique variable.

| Hits: | 45 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
PHP in the Command Line (Shell)
There’s a single line you can add to your web host’s control panel that will automatically archive your content. LISTEN CLOSELY AND YOU’LL HEAR THE OCEAN, Ever run commands in DOS? You’ve used a shell. A “shell” in the computer world is a place where you enter commands and run files by name rather than clicking around different windows. Most web hosts let you operate a shell remotely. This means that you can type commands in window on your computer, that are actually run on your w

| Hits: | 82 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |