jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

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

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

PHP3 Introduction

Rating 0.0 0.0
This excellent five-page tutorial introduces you to the world of PHP3 programming and Web database interfacing with MySQL. Main topics include: The definition of PHP, How to use HTML forms and variables with PHP, MySQL database interfacing, Outputting data from MySQL, and more.
Platform(s): n/a Date: Nov, 09 1999
DETAIL
Hits: 264

PHP4 Compiled HTML Manual

Rating 4.0 4.0
This is a remastered PHP4.CHM(Compiled HTML Manual). Added keyword index and good-looking MSDN style sheets.
Platform(s): n/a Date: Apr, 22 2001
DETAIL
Hits: 1157

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

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

PHP: the basics: introduction to PHP

Rating 0.0 0.0
In this tutorial, you'll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP.
Platform(s): Linux, Windows, Mac OSX Date: Feb, 03 2006
DETAIL
Hits: 703

phpinfo() Tutorial

Rating 5.0 5.0
Testing your PHP Enviroment with phpinfo(). This will show you lots of useful data including a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License.
Platform(s): Windows Date: Nov, 24 2005
DETAIL
Hits: 134

PHPNewbie Beginners Tutorial

Rating 5.0 5.0
For the basic beginner who has no idea what to do or where to start with PHP. If you follow these steps, you will be able to create a PHP page.
Platform(s): n/a Date: Oct, 19 2000
DETAIL
Hits: 466

Playing with Numbers in PHP

Rating 0.0 0.0
This is a very simple tutorial that outlines the four main mathematical functions and how to use them. Clearly written with the ability to ask questions afterwards.
Platform(s): Linux, Windows, Mac OSX Date: Feb, 01 2006
DETAIL
Amount: 108
Displaying: 81 - 90
Pages: << 1 2 3 4 5 6 7 8 [9] 10 11 >>