jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Introduction to PHP

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

Connecting to MySQL Database

Rating 4.0 4.0
This is an introductory tutorial for beginners that tells how to connect to MySQL database.
Platform(s): Windows Date: Mar, 12 2005
DETAIL
Hits: 238

Create dynamic sites with PHP & MySQL

Rating 0.0 0.0
This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites work and how they serve the content, and you will be ready to serve your own dynamic content from your site.
Platform(s): n/a Date: Apr, 19 2005
DETAIL
Hits: 1068

Creating Your First Script

Rating 5.0 5.0
Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.
Platform(s): Linux, Windows Date: Jul, 30 2005
DETAIL
Hits: 393

Dynamic Web Pages with PHP3

Rating 0.0 0.0
PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can be integrated into the Web server itself, eliminating the need to start up a separate CGI program to generate the Web page, which can lead to dramatic performance increases on some systems. This article describes how PHP came into existence, introduces some PHP basics, then shares some useful, instructive scripts to get you started.
Platform(s): n/a Date: Feb, 22 2000
DETAIL
Hits: 812

Dynamic Web Site

Rating 0.0 0.0
Just a quick and simple web site demo. i use it for quick install, or as a back up site is i break the mysql. many reasons i wrote it. some web hosts don't have sql database.
Platform(s): Windows Date: Feb, 11 2006
DETAIL
Hits: 124

Echo Function Basics

Rating 0.0 0.0
New To PHP? This tutorial will teach you the basics of the famous echo function, come and learn how to use it.
Platform(s): n/a Date: Apr, 02 2003
DETAIL
Hits: 389

Escaping PHP Properly

Rating 0.0 0.0
Proper Coding Techniques for PHP
Platform(s): n/a Date: Aug, 28 2003
DETAIL
Hits: 723

Explode -- Split a string by string

Rating 3.0 3.0
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator. If limit is set, the returned array will contain a maximum of limit elements with the last element containing the rest of string.
Platform(s): Linux, Windows Date: Aug, 05 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
Hits: 216

Functions and Variable Scope in PHP

Rating 0.0 0.0
This tutorial covers the basics of writing and using your own functions as well as how variable scope works in PHP.
Platform(s): n/a Date: Aug, 14 2002
DETAIL
Amount: 108
Displaying: 21 - 30
Pages: << 1 2 [3] 4 5 6 7 8 9 10 11 >>