Categories
PHPTips and Tutorials → Introduction to PHP

PHP Include uses

Utilise PHP includes on your website to make changes in design and navigation much easier. Also features a cool way to make your own ''image viewer''.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • GPL
DETAILS

PHP: Looping Statements

PHP performs several types of repetitive operations, called &"looping&". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutoria...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Word Filter

Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Freeware
DETAILS

Starting out with PHP

So, you''ve mastered HTML and JavaScript. I guess the next stage is PHP! Don''t worry. It isn''t too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to m...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Beginners guide to php

Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

PHP: Functions

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, relia...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP Functions : urlencode()

You should encode string values while passing in an querystring. We use UrlEncode to Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

PHP: Multidimensional Arrays

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to Sort an Array in PHP

It is often necessary to arrange the elements in an array in numerical order from highest to lowest values (descending order) or vice versa (ascending order). If the array contains string values, alphabetical order may be needed. Sorting a one-dimens...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

How to connect to MySQL database using PHP

Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com