jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

DeEnFrSp
Amount: 108
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 >>
Sort Listings By:
Hits: 1884

PHP Functions : array_fill

Rating 0.0 0.0
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be a number greater than zero, or PHP will throw a warning. .
Platform(s): Windows Date: Sep, 12 2006
DETAIL
Hits: 1854

Working with Arrays in PHP

Rating 3.0 3.0
Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value.
Platform(s): Windows Date: Sep, 12 2006
DETAIL
Hits: 723

Explode -- Split a string by string

Rating 3.0 3.0
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string.
Platform(s): Linux, Windows Date: Aug, 05 2006
DETAIL
Hits: 360

Common PHP Codes

Rating 0.0 0.0
learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Jun, 08 2006
DETAIL
Hits: 815

PHP Script Tips - PHP Built-in Functions for Strings

Rating 4.5 4.5
A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc
Platform(s): Windows Date: Jun, 07 2006
DETAIL
Hits: 543

PHP Script Tips - Understanding String Literals and Operations

Rating 2.5 2.5
A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converting strings to values: What Are the Special Characters You Need to Escape in Quoted Stings? Can You Specify the "new line" Character in Single-Quoted Strings? How Many Escape Sequences Are Recognized in Quoted Strings? How Many Escape Sequences Are Recognized in Double-Quoted Strings? How To Include Variables in Double-Quoted Strings? How Many Ways to Include Variables in Double-Quoted Strings? How Many Ways to Include Array Elements in Double-Quoted Strings? How To Access a Specific Character in a String? How To Assigning a New Character in a String? How To Concatenate Two Strings Together? ......
Platform(s): Windows Date: May, 27 2006
DETAIL
Hits: 482

PHP Tutorial - Introduction

Rating 0.0 0.0
In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What’s PHP? What’s the difference between PHP and HTML? When to use PHP? What makes PHP a choice among the other scripting languages?
Platform(s): Windows Date: May, 25 2006
DETAIL
Hits: 428

PHP Tutorial - Syntax

Rating 5.0 5.0
In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments
Platform(s): Windows Date: May, 26 2006
DETAIL
Hits: 433

Introduction To PHP : Part 3

Rating 0.0 0.0
In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PHP. In Part 3 here, we continue with our introduction to PHP by covering the basics behind resources and strings.
Platform(s): Linux, Windows, FreeBSD Date: May, 11 2006
DETAIL
Hits: 418

Introduction To PHP : Part 2

Rating 0.0 0.0
In Part 1 of this tutorial, we pretty much covered the basics of PHP; what it is, its basic data structures, and how it can be used in web development projects. If you did not read Part 1, you might want to check it out before you continue reading. In Part 1, we left off with the standard variables type available in PHP and how PHP does automatic type casting under the hood for your. In Part 2 here, we begin to explore some of the more advanced features of PHP, including Arrays.
Platform(s): Linux, Windows, FreeBSD Date: May, 11 2006
DETAIL
Amount: 108
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 >>