jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

  • DHTML Menu Deluxe
    Create Superb DHTML DropDown Menu Menu For Your Site. Free Trial Download!
    deluxe-tree.com

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

Finding Items in an Array with PHP

Rating 5.0 5.0
This elementary tutorial describes how to search an array to see if a specific item lies in it. 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.
Commercial Platform(s): Windows Date: Dec, 10 2006
DETAIL
Hits: 16

Learn The Basics Of PHP!

Rating 0.0 0.0
All the tutorials on Afmanuk will help you on your way to being a powerful webmaster. Taking you through many aspects of PHP throughly to assure that you too can soon be a very powerful PHP user.
Commercial Platform(s): n/a Date: Dec, 08 2006
DETAIL
Hits: 16

Starting out with PHP

Rating 0.0 0.0
So, you've mastered HTML and JavaScript. I guess the next stage is PHP! Don't worry. It isn't too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to more advanced concepts.
Freeware Platform(s): Linux, Windows Date: Nov, 29 2006
DETAIL
Hits: 14

Beginners guide to php

Rating 5.0 5.0
Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.
Commercial Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris Date: Nov, 05 2006
DETAIL
Hits: 38

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.
Commercial Platform(s): n/a Date: Oct, 21 2006
DETAIL
Hits: 35

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.
Commercial Platform(s): Windows Date: Oct, 14 2006
DETAIL
Hits: 36

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.
Commercial Platform(s): Windows Date: Oct, 11 2006
DETAIL
Hits: 25

Getting started with PHP Programming

Rating 0.0 0.0
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience.
Commercial Platform(s): Date: Oct, 09 2006
DETAIL
Hits: 60

How to Sort an Array in PHP

Rating 2.5 2.5
It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimensional arrays is quite easy.
Commercial Platform(s): Windows Date: Oct, 03 2006
DETAIL
Hits: 56

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.
Commercial Platform(s): Windows Date: Sep, 29 2006
DETAIL
Amount: 108
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 >>