| TOTAL: 49 Page: 1 of 3 |
|
How To find roots of a number in PHP
A tutorial explaining how to find the mathematical roots of a number using PHP.

| Hits: | 11 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-22 |
How To Raise a Number to the Power of Another in PHP
This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5=3x3x3x3x3

| Hits: | 13 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-22 |
PHP Tutorial - Learn PHP
If you want to learn the basics of PHP, then you've come to the right place. The goal of this tutorial is to teach you the basics of PHP so that you can: * Customize PHP scripts that you download, so that they better fit your needs. * Begin to understand the working model of PHP, so you may begin to design your own PHP projects. * Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers.

| Hits: | 40 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-14 |
Scalar Variables
PHP is a language used to make HTML more dynamic. Contrary to JavaScript, it modifies the HTML of a page before it leaves the server- the client browser sees only HTML code. It can be used for creating log in systems, forums, content management systems, as well as a multitude of other things. Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explai

| Hits: | 32 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-14 |
PHP basics
PHP is a server side scripting language that's used (mostly) within HTML, being a server side language it means the code is processed or "parsed" and sent to the browser as simple HTML, so people don't need any sort of addons to read the pages, like flash plugins etc. If you don't have a reasonable understanding of the basics of HTML then really you're starting in the wrong place, but if you do, then the basics of PHP at least are not difficult to learn, you'll also find that experience of an

| Hits: | 13 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-14 |
Finding Items in an Array with PHP
In the tutorial, we create an array of strings such as "Apple" and "Orange" then show you how to use PHP to find out that "Apple" is in the array but "Monkey" is not. This can be useful in PHP programs if you have a collection of items (perhaps that a user has entered) and you want to know if a certain item is in that collection.

| Hits: | 14 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-05-14 |
PHP Classes
This tutorial makes php classes easy to learn.

| Hits: | 43 | 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: | 41 | 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: | 77 | 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: | 39 | 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: | 53 | 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: | 64 | 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: | 34 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-07-25 |
PHP string
A detailed description how to use PHP strings and string manipulation functions.

| Hits: | 45 | 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: | 47 | 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: | 27 | 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: | 57 | 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: | 24 | 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: | 54 | 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: | 76 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |