Helping you build websites - Page 59

  • PHP $_SERVER Variable

    PHP $_SERVER Variable

    $_SERVER is one of the superglobal variables in PHP. It contains information about headers, server, host and etc. For that, it contains a hu ...

    July 29th, 2013

  • jQuery Datepicker

    jQuery Datepicker

    Datepicker is a wonderful option provided with the user interface to facilitate users to select a date in the correct format. In this articl ...

    July 26th, 2013

  • PHP If Else Statement

    PHP If Else Statement

    If and Else statements are a kind of PHP conditional statements, since it applies one or more conditions upon a block of code, based on whic ...

    July 25th, 2013

  • PHP Login Script with Session

    PHP Login Script with Session

    In this tutorial, let us create a login script with a session in PHP. It has a simple example of implementing user authentication. This exam ...

    July 22nd, 2013

  • PHP Image Resize

    PHP Image Resize

    While displaying images for our websites, it is important to ensure that it could be set within our layout boundary. If not, we need to resi ...

    July 19th, 2013

  • PHP Contact Form

    PHP Contact Form

    Free PHP contact form script to download and use in your website. Contact form can send email and optionally store information in database. ...

    July 17th, 2013

  • MySQL OrderBy

    MySQL OrderBy

    MySQL “ORDER BY” clause is used to order results based on a column. This clause is used in select queries to do sort by specifyi ...

    July 16th, 2013

  • PHP Directory Functions

    PHP Directory Functions

    Some days before we have seen a set of basic PHP file functions to perform file open, read, write or append operations. Similarly, PHP inclu ...

    July 15th, 2013

  • PHP unlink() Vs unset()

    PHP unlink() Vs unset()

    These two PHP functions are identical in performing some undo operations but differ in the type of data on which they are applied to perform ...

    July 14th, 2013

  • Loading List box Dynamically

    Loading List box Dynamically

    We have seen the various type of HTML form elements while discussing accessing form data. Among them, HTML list boxes which contains list of ...

    July 12th, 2013