jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

An introduction to PHP - Hello world

Rating 0.0 0.0
In this tutorial you will be tought how to create your first PHP script using the famous hello world example. If you are new to PHP programming, then check this out for your first simple lesson.
Platform(s): n/a Date: Aug, 08 2004
DETAIL
Hits: 372

PHP - Use of variables

Rating 0.0 0.0
In this tutorial you will get the chance to learn how you can easily use variables in your PHP. It teaches you the basics so it is very easy for you if you are a beginner. Easy explenations for how it works.
Platform(s): n/a Date: Aug, 08 2004
DETAIL
Hits: 155

A simple guide to if-statements and loops

Rating 0.0 0.0
In this tutorial we will be discussing how if-statements and loops work, the types of loops we will be discussing are while, do while and for. Also we will show you an example of how you can implent this in your beginning site to make it more dynamic.
Platform(s): n/a Date: Aug, 08 2004
DETAIL
Hits: 607

How To Learn PHP

Rating 0.0 0.0
There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
Platform(s): n/a Date: Aug, 06 2004
DETAIL
Hits: 144

Variables in URLs

Rating 0.0 0.0
I ran into a lot of problems when i was first learning PHP. It seemed that every book told you how to do this, but never how to utilize what you just learned. So, I will try and make it a little more simple.
Platform(s): n/a Date: Jul, 05 2004
DETAIL
Hits: 352

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

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
Hits: 349

loops using while()

Rating 0.0 0.0
Learn how to make loops using while(), in this tutorial it include a sample showing you how to make it print the numbers 1 - 10 on seperate lines! its a good starting point for any beginner.
Platform(s): n/a Date: Apr, 22 2004
DETAIL
Hits: 392

Introduction to PHP (by Matt Beckman)

Rating 0.0 0.0
This is an introduction to the PHP web development language. Focuses on the "meat & potatoes" of the language, and assumes the user has little experience with web development languages.
Platform(s): n/a Date: Mar, 22 2004
DETAIL
Hits: 364

Getting along with echo

Rating 0.0 0.0
Echo is one of the basic functions in PHP, you should get acquainted with it if you want to learn PHP.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Amount: 108
Displaying: 71 - 80
Pages: << 1 2 3 4 5 6 7 [8] 9 10 11 >>