All posts in PHP

  • PHP redirect header location
    October 4, 2008, 45 Comments

    Ok finally i managed to write a new article after about a month ( actually i do not even want to think when i wrote last good article for you). ...

  • Clone keyword in PHP
    July 30, 2008, 4 Comments

    A lot of people do not read PHP manual. That is a fact, they will look for answers to their questions on forums, books, blogs (like this one for example) ...

  • PHP, JSON and JavaScript usage
    July 17, 2008, 50 Comments

    Today i want to introduce you to jSON (JavaScript Object Notation), in short, it is a simple format designed to exchange data between different programming languages. I will show you ...

  • Clean input variable PHP
    June 29, 2008, 13 Comments

    Some time ago i wrote a post about query string and i think i pretty well covered that topic, however i didn’t mentioned one thing … cleaning input variables. In ...

  • PHP Query String
    June 12, 2008, 33 Comments

    Query string plays important role in building web applications, especially if you want to make nice urls without question mark and many key, value pairs, actually it is not so ...

  • PHP namespaces
    May 27, 2008, No comments

    Recently while reading some other web development blog, i have found info about PHP namespaces, for those who do not know what is a namespace here is a short explanation: ...

  • Is your HTML code Tidy?
    January 3, 2008, 4 Comments

    When creating huge Internet applications it sometimes hard to keep your HTML code in good shape, especially if users are allowed to submit their articles or posts, there is always ...