PHP

  • PHP Base64 Encode/Decode Example

    Encoding in base64 simply involves converting binary data to ASCII text. Encoding in base64 is done so as to easily…

    Read More »
  • PHP Beautifier Tools Example

    In this example we are going to examine some tools that will beautify or properly format PHP source code. It can…

    Read More »
  • PHP Array to String Conversion

    Arrays are very popular in programming languages, as they are widely used by programmers to perform different tasks. Arrays are…

    Read More »
  • PHP Web Development Tools List

    Every PHP developer needs the right tools to become a PHP ninja (guru). In this example we will introduce some…

    Read More »
  • PHP Form Dropdown Example

    In this example we will learn how to handle data from a drop-down-list in HTML with PHP. For this example…

    Read More »
  • PHP GridView Example

    In this example we will introduce the concept of gridviews. We will also learn how to display data in a…

    Read More »
  • PHP Global Variables Example

    In this example we will learn about PHP global variables, what they are and how to use them. Variables are an…

    Read More »
  • PHP File Example

    In this example we will learn about files and directories, we will also learn how to manipulate them with PHP. PHP…

    Read More »
  • AJAX PHP Tutorial

    AJAX is a technology that allows to establish asynchronous communication between the client and the server. That is, to allow…

    Read More »
Back to top button