Introduction to PHP

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.

Results 1 - 20 of 72

«
1 2 3 4 »
More Options
  • 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
  • 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 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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 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

Results 1 - 20 of 72

«
1 2 3 4 »