jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

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

PHP: Multidimensional Arrays

Rating 3.0 3.0
Array does not have to be a simple list of keys and values; each array element can contain another array as a value, which in turn can hold other arrays as well. This way, you can create a multi-dimensional array. In this article principles of using multidimensional arrays are explained and source code defining multidimensional array and displaying the array values on the web page is given.
Platform(s): Windows Date: Oct, 11 2006
DETAIL
Hits: 1873

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

Introductory Tutorial

Rating 0.0 0.0
This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites.
Platform(s): n/a Date: Dec, 14 1999
DETAIL
Hits: 1306

PHP Functions : urlencode()

Rating 4.5 4.5
You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs.
Platform(s): Windows Date: Oct, 14 2006
DETAIL
Hits: 1244

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

How to connect to MySQL database using PHP

Rating 3.0 3.0
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
Platform(s): Windows Date: Sep, 29 2006
DETAIL
Hits: 1147

PHP: Functions

Rating 0.0 0.0
A function is a block of code which can be called from any point in a script after it has been declared. It is basically a compartmentalized PHP script designed to accomplish a single task. Functions are useful because they contribute to rapid, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.
Platform(s): Windows Date: Oct, 21 2006
DETAIL
Hits: 1061

Creating Your First Script

Rating 5.0 5.0
Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.
Platform(s): Linux, Windows Date: Jul, 30 2005
DETAIL
Amount: 108
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 >>