Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips | Introduction to PHP

Results 41-60 of 72
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 multidimensional arrays are explained and source code defining multidimensional array and displaying the array values on the web page is given.
(0 ratings)
Reviews0
PriceFree
Views1664
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-dimensional arrays is quite easy.
(3 ratings)
Reviews0
PriceFree
Views1452
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.
(6 ratings)
Reviews0
PriceFree
Views2155
PHP Arrays
Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more useful data types available to any programming language. This article describes the basics to create and make operations with indexed, associative, and multidimensional arrays.
(0 ratings)
Reviews0
PriceFree
Views1168
Conditional Statements in PHP
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements.
(0 ratings)
Reviews0
PriceFree
Views1234
Explode -- Split a string by string
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.
(0 ratings)
Reviews0
PriceFree
Views1233
PHP Script Tips - PHP Built-in Functions for Strings
A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc
(0 ratings)
Reviews0
PriceFree
Views1154
PHP: the basics: introduction to PHP
In this tutorial, you'll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP.
(3 ratings)
Reviews0
PriceFree
Views1142
Getting started with PHP Programming
This tutorial introduces some of the basic programming skills required if you are going to try and learn to use PHP. We will go over a little about what PHP is and talk about some of the basic styles of programming. Please understand that this tutorial is part of a series, and may change somewhat in the future, as it is a work in progress. The author trusts that it will be valuable and informative in your learning experience.
(23 ratings)
Reviews2
PriceFree
Views6721
PHP Basics
A general introduction to PHP, what it is, some benefits it has, how to output text to your pages, setting variables and a little more.
(3 ratings)
Reviews0
PriceFree
Views2372
Basic IF Statements
This tutorial will take you through both the IF and the IF-Else statement by comparing numbers, although relativly simple you can expand on them so that you can run checks on various things, such as passwords.
(0 ratings)
Reviews0
PriceFree
Views795
Variables in PHP
An introduction to variables in PHP and how to use them.
(0 ratings)
Reviews0
PriceFree
Views600
PHP Introduction
This is a Basic Introduction to PHP, from explaining what PHP is and does to creating your very first script!
(0 ratings)
Reviews0
PriceFree
Views598
Building a Web Page Using Object Oriented Programming
Learn the basics of using Object Oriented Programming in PHP to build and extend a class to make a website.
(0 ratings)
Reviews0
PriceFree
Views1273
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
(3 ratings)
Reviews0
PriceFree
Views1826
SmartWebby's Introduction to PHP
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.
(1 ratings)
Reviews1
PriceFree
Views1480
An easy introduction to PHP
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
(6 ratings)
Reviews0
PriceFree
Views1435
PHP Basics: Introduction to Scalar Variables
Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explain to you about the PHP language.
(3 ratings)
Reviews0
PriceFree
Views2250
Introduction to Sessions
Learn the fundamentals of session variables, and some popular uses for them. Also, touches upon random password generation.
(0 ratings)
Reviews0
PriceFree
Views1048
PHP Arrays
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.
(3 ratings)
Reviews0
PriceFree
Views1025
Results 41-60 of 72