Introduction to PHP. Tutorials & Tips. PHP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts Introduction to PHP scripts for your web site.
Introduction to PHP
-
Basic Overview of Loops in PHP
PHP comes with several control structures for creating loops. A loop is basically code that executes repeatedly for as long as it needs to. The control structures I'll discuss here are: while, do-while, for, foreach, break & continue. Each of these are
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP regular expression tutorial
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP for dummies
PHP for dummies is a small tutorial for the absolute beginners how to start with PHP. This article covers more topic from installation to PHP basics.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP string basics
A detailed description how to use PHP strings and basic string manipulation functions.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Detailed PHP array tutorial
In this tutorial I will show you how to work with arrays in PHP. You will learn how to create, sort or print an array. Besides this we will touch on multidimensional arrays as well.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose
-
PHP string to array tutorial
This short lesson teaches you how to convert a string to array using PHP built in functions.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to use PHP in pages without a .php extension
A tutorial explaining how you can use php code in files which don't have a .php extension if your server supports it.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
The difference between require and include in PHP
This tutorial explains the differences between require() and include() in PHP with examples, and explains when you should use each of them.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to raise a number to the power of another number in PHP
This tutorial for beginners to PHP explains how to raise a number to the power of another using PHP. This will allow you to calculate a number squared, cubed, to the power of 4, etc.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
How to take the root of a number in PHP
This tutorial, aimed at beginners, explains how to take the square root, cube root, or higher root, of a number using PHP.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Find the Current URL using PHP
This tutorial for PHP beginners explains how to find the different parts which form the current URL of a webpage, and display them or use them in your scripts.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Using the Query String in PHP
The query string is a great way to input information into your PHP scripts. This tutorial for beginners will show you how to pass variables to a PHP page using the query string, and how to access them from that page.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Find a visitor's IP address
For PHP beginners, this tutorial shows how to view the IP address of a visitor to your site. It also describes how to find the visitor's real IP address, if they are using a proxy.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to arrays in PHP
Arrays are a special data type in PHP that is used to hold a list of data. The ability to hold a list of data is valuable as it allows us to hold and pass sets of related data to different point in our application with ease. Learn about the syntax and
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to Arrays in PHP
This tutorial is an introduction to syntax, usage and components of an array. Introductory examples showing how to declare and use arrays in PHP and included.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to Switch Conditionals in PHP
Switch is another language construct that is used to control program flow. The switch construct takes a single parameter and compares it for equality to a set of cases that have been specified. Visit our site for free additional information and
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to Data Types
PHP is a loosely typed programming language. Although PHP is loosely typed it is still necessary to distinguish the type of data that is stored by a variable at a given time. The major data types that operate in PHP are strings, integers, floating
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to If-Else Conditionals in PHP
In programming conditionals are the constructs that control flow of a program. Conditional constructs allow a program to have logic that enables decision making. Conditional construct in PHP include if, elseif, and else. The if and elseif are followed
... (show more)Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Quick web application development with fuelphp tutorial
A beginners tutorial and introduction into fuelphp- using orm, auth, migrations and scaffolding- a simple site on collecting data while providing a back admin section behind a password
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose