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

Top Rated Scripts | PHP | Tutorials & Tips | Introduction to PHP

Results 21-40 of 72
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
Views1846
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
Views1486
Dynamic Web Pages with PHP3
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.
(0 ratings)
Reviews0
PriceFree
Views5041
PHP for beginners
This online manual is meant to serve as a place to start for people not familiar with PHP. It covers the basics of variables, forms, sending email and MySQL databases.
(0 ratings)
Reviews0
PriceFree
Views3054
TechiWarehouse PHP Tutorial
It covers all the basic in neat and clean manner. Its recommended for beginner and those that have just passed the beginners mark. Also good for those who want to brush up on the basics. Its intent was to make PHP welcoming for the beginners and not to make the whole intro sound too technical...
(0 ratings)
Reviews0
PriceFree
Views2194
Redirecting Users
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding.
(0 ratings)
Reviews0
PriceFree
Views1123
Server Side Includes
Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!
(0 ratings)
Reviews0
PriceFree
Views1073
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
Views1056
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
Views1280
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
Views604
Variables in PHP
An introduction to variables in PHP and how to use them.
(0 ratings)
Reviews0
PriceFree
Views606
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
Views801
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
Views1164
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
Views1246
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
Views1242
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
Views1173
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
Views1673
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, reliable, error-reducing coding, and increase legibility by tiding up complicated code sequences.
(0 ratings)
Reviews0
PriceFree
Views1032
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 more advanced concepts.
(0 ratings)
Reviews0
PriceFree
Views726
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'.
(0 ratings)
Reviews0
PriceFree
Views1868
Results 21-40 of 72