jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

PHP Tutorial Part I

Rating 0.0 0.0
Covers opening and ending PHP tags, comments, variables, variable scope, types, and type juggling. Examples included
Platform(s): Linux, Windows Date: Sep, 30 2004
DETAIL
Hits: 760

Single And Double Quotes

Rating 0.0 0.0
The basic use of single and double quoted strings in PHP, which to use when and the general difference between the two.
Platform(s): Windows Date: Dec, 10 2004
DETAIL
Hits: 758

Basics of PHP

Rating 0.0 0.0
Ok, this will give you some very basics of what php is, and how it works. Ill try to make it as new-to-programming freindly, but it will help if your at least good with understanding syntax of coding languages. Also, I wont go directly into how to install PHP onto your server, or local computer, but here is a few helpful links: Auto installer for Windows: http://codingforums.com/s howthread.php?t=3992 Sections: 1. What is PHP a. Picking PHP b. Installing PHP 2. Getting started a. Checking your server b. Your first script 3. Variables a. Declaring variables b. Filling variables c. Using variables
Platform(s): n/a Date: May, 22 2005
DETAIL
Hits: 756

PHP Introduction

Rating 0.0 0.0
This is a Basic Introduction to PHP, from explaining what PHP is and does to creating your very first script!
Platform(s): Linux, Windows, FreeBSD Date: Nov, 12 2005
DETAIL
Hits: 755

Beginner PHP Tutorial: 25+ Lessons

Rating 3.0 3.0
Learn PHP through lessons and examples that are based on plausible real world applications. Also contained on tizag.com is a MySQL tutorial to aid you in your PHP/MySQL knowledge.
Platform(s): n/a Date: May, 05 2006
DETAIL
Hits: 748

How to create and use classes

Rating 0.0 0.0
Shows you how to create and use classes, variables inside classes, functions inside classes etc.
Platform(s): Linux, Windows Date: Oct, 07 2004
DETAIL
Hits: 719

PHP Arrays

Rating 0.0 0.0
A tutorial dedicated to PHP arrays and how to use them as queues, lists, sorters, etc. It uses easy to follow, executable examples to help you learn these intermediate array techniques.
Platform(s): Windows Date: Dec, 28 2004
DETAIL
Hits: 718

PHP101: Basic PHP

Rating 0.0 0.0
This tutorial will teach you the basics of the PHP language -- looping, variables, forms, etc. It does not venture into functions, arrays, objects, or database/file manipulation.
Platform(s): n/a Date: Mar, 23 2005
DETAIL
Hits: 712

Classes and OOP in PHP

Rating 0.0 0.0
This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.
Platform(s): Linux, Windows Date: Jan, 31 2006
DETAIL
Hits: 709

Understanding PHP

Rating 5.0 5.0
PHP, the PHP Hypertext Processor, is an open source server-side scripting language for Web servers, which provides a real alternative to ASP, ColdFusion, Mod_Perl or JSP if your aim is to provide dynamic Web pages. Dynamic Web pages are pages which interact with the user, so that each user visiting the page sees customized information - which may vary each time and which may be based on a form they've just filled in, or on information extracted from a database or some other external source. Typical applications include e-commerce, online newspapers, visitors' books, ticketing systems, project management, and other groupware projects. The traditional way to produce this type of dynamic page is via CGI scripts, but these are separate programs which must be executed as a new process for each page hit, so they scale badly and rapidly become memory and processor hogs as server load increases...
Platform(s): n/a Date: May, 03 2004
DETAIL
Amount: 108
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 6 7 8 9 10 11 >>