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
-
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 -
PHP loops
In this tutorial I will show you all loops in PHP and their usage with code examples.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
PHP tutorials The Basics And more
This is a complete and free PHP programming course for beginners. Everything you need to get started How PHP Works Flow Control, Arrays, PHP and HTML Forms, String Manipulation, Reusing Code and Writing Functions, Authentication with PHP and SQL and... (show more)
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 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 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 -
A PHP beginners Tutorial
What is PHP? PHP originally stood for Personal Home Pages. PHP is now a recursive acronym that stands for PHP: Hypertext Preprocessor. PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports many... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Introduction to PHP
Begin your path on learning the development process of PHP. This simple series to follow will step you into PHP and will introduce you into higher concepts. This tutorial in the series is an overview of the basic concepts of PHP and what PHP is.
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 -
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 -
What is Php Functions and How to create a Function?
A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Finding an Item in PHP Arrays
A beginners PHP tutorial which summarises arrays in PHP, then describes, using a simple example, how to determine if an array contains a particular element.
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 -
Single And Double Quotes
The basic use of single and double quoted strings in PHP, which to use when and the general difference between the two.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
If And Else Statements
Understanding the basics of IF and ELSE statements to perform tasks or display content based on certain conditions.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose