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: 1254

Conditional Statements in PHP

Rating 0.0 0.0
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements.
Platform(s): Windows Date: Sep, 22 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: 1882

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: 2781

Working with sessions in PHP

Rating 1.0 1.0
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.
Platform(s): Windows Date: Sep, 12 2006
DETAIL
Hits: 722

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: 814

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: 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: 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
Amount: 108
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 8 9 10 11 >>