jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

PHP, The Nitty Gritty: Lesson 1

Rating 0.0 0.0
This is an introductory article on PHP programming. Some of main topics covered include: Variables, Strings, Arrays, Comparison Operators, and Control Structures.
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Hits: 566

LAMP, MySQL/PHP Database driven website design and development, Part I

Rating 0.0 0.0
This tutorial provides some technical background on a LAMP server, database design and normalization of a MySQL database, and an approach to developing admin screens for a fictional game site, as a learn-by-example application, illustrating the issues a developer should consider when designing and coding a php/MySQL database driven website.
Platform(s): n/a Date: Aug, 05 2003
DETAIL
Hits: 555

Working with Directories

Rating 0.0 0.0
This is a solid introduction to using PHP's build-in directory handling functions. It includes code examples used to create an array of filenames based on a directory structure, and filtering out different types of files.
Platform(s): n/a Date: May, 24 2004
DETAIL
Hits: 549

Sending Email With PHP

Rating 5.0 5.0
Basic introduction to the mail() function and testing if email was sent.
Platform(s): Windows Date: Feb, 05 2006
DETAIL
Hits: 547

My First PHP script tutorial

Rating 0.0 0.0
Helps you create your very first fully working php script. using basic php parsing and the print function.
Platform(s): Windows Date: Nov, 24 2005
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: 509

How To Write Your Code As Debuggable As Possible

Rating 0.0 0.0
How To Write Your Code As Debuggable As Possible
Platform(s): n/a Date: Feb, 11 2006
DETAIL
Hits: 493

Basic PHP Includes

Rating 0.0 0.0
This article introduces you to php includes. Lets say you have a Web site with 10 or so pages, and you want to update the navigation. You don’t want the hassle of updating every single page. That’s where php includes come in handy.
Platform(s): Windows Date: Feb, 03 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: 459

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