Helping you build websites - Page 66

  • Access Form Data from PHP

    Access Form Data from PHP

    HTML forms are used to allow users to enter their input to the application. The form element can contain multiple fields like input box, sel ...

    April 21st, 2013

  • PHP Variable Interpolation

    PHP Variable Interpolation

    Variable interpolation is adding variables in between when specifying a string literal. PHP will parse the interpolated variables and replac ...

    April 20th, 2013

  • PHP Functions

    PHP Functions

    Functions are used to group the logical component of a program. The code performing a particular task will be put into a function and called ...

    April 19th, 2013

  • PHP Print Statements

    PHP Print Statements

    In PHP there are various methods to print data. PHP provides more functions and language constructs for printing various data types. These f ...

    April 18th, 2013

  • PHP Session Vs Cookies

    PHP Session Vs Cookies

    Sessions and cookies are the global storage used to store data to be persistently available all over the site. These globals can be accessed ...

    April 17th, 2013

  • XAMPP Installation in Windows 7

    XAMPP Installation in Windows 7

    XAMPP is a package which used to setup the PHP environment by providing the required constellations and Softwares. This package includes Apa ...

    April 15th, 2013

  • PHP Arrays

    PHP Arrays

    In PHP, array is an implementation of an ordered Map. A map is an abstract data type of key value pairs. It is an interface, a contract. A m ...

    April 15th, 2013

  • PHP Data Type Conversion

    PHP Data Type Conversion

    Datatype conversion is the process of changing the type of the variable from one datatype to another. PHP provides various datatypes and the ...

    April 14th, 2013

  • Access MySQL from PHP

    Access MySQL from PHP

    Simple short coding example for implementing database operations with PHP and MySQLi ...

    April 13th, 2013

  • Why PHP split() is Deprecated

    Why PHP split() is Deprecated

    PHP split() in PHP is deprecated as of its version 5.3.0 and it is removed as of 7.0.0. It was used for splitting a string into an array by ...

    April 13th, 2013