• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:27    start  Previous  Next  Last    goto:
    Serious considerations before upgrading to PHP 5.3
    ON: 2009-05-08 10:37:32
    PHP V5.3 has numerous new features such as namespaces, closures, object handling, object-oriented programming, and Phar. There are also some backward-compatibility issues you should be aware of with PHP v5.2. This article provides clear guidance for migrating your Web application to work with PHP V5.3. and for building more powerful and secure PHP apps.
    7 times | category:
    Create a poker-hand evaluator, a slot-machine PHP generator
    ON: 2009-04-17 10:45:51
    PHP is an easy to learn, widely accessible programming language. This article will build on Parts 1 and 2 of this "30 game scripts you can write in PHP" series, exploring 10 cool scripts that can be used in various types of games. You will create a poker-hand evaluator, a slot-machine generator, and a casino bank, allowing you to practice some trickier PHP logic.
    61 times | category:
    Five good programming habits in PHP
    ON: 2009-04-17 10:44:58
    Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. In this article, learn good programming habits that can help you bridge the productivity gap. Building code that is easy to read, understand, and maintain will enable you to debug, fix, and extend your code with lower risk.
    9 times | category:
    Build semantic Web CRUD operations using PHP
    ON: 2009-04-17 10:43:10
    Create, Read, Update, and Delete (CRUD) operations are the most basic database operations, but they are also the most crucial. CRUD operations are usually done using the Structured Query Language (SQL) on relational database systems. As the Web is becoming more data-oriented, there is a need to shift from SQL-based CRUD operations to semantic Web-based CRUD operations. In this article, learn how to use PHP to perform CRUD operations over the semantic Web.
    7 times | category:
    30 game scripts you can write in PHP
    ON: 2009-04-17 10:41:56
    PHP is an easy-to-learn programming language. It's well suited for developing simple scripts you can use to help you in all kinds of games. Each article in this series will cover 10 scripts simple enough for even a beginning developer, but useful enough for a seasoned game player. The goal is to give you something you can modify to suit your needs, so you can impress players by busting out your laptop at your next gaming session.
    35 times | category:
    Ajax And PHP
    ON: 2009-03-08 12:04:58
    Shows how to do a text suggestion system for forms, using PHP and Ajax
    8 times | category:
    Using Codeigniter for PHP application development
    ON: 2009-03-08 11:58:59
    With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays. Being simple to work on and easy to use, PHP frameworks are soon becoming the catchword of software frameworks
    59 times | category:
    Excel Data Manipulating By PHP
    ON: 2009-03-08 11:58:06
    Many of us use to develop various applications interacting with other resources. Is it possible to get data directly from Excel file, manipulate and insert into a database? Read this tutorial to find out how!
    68 times | category:
    PHP Programming Made Easy
    ON: 2008-08-28 07:32:37
    Here are some helpful basics on PHP: Begin, at all times, a PHP page with (a period) and never neglect to use ; (semi colon) at the close of a variable
    3 times | category:
    Tips and Tricks of PHP
    ON: 2008-08-28 07:30:30
    Tips and Tricks of PHP about Sessions, Magic Quotes, Browser Authentication, Paging Results, Saving Form Typing and more ...
    12 times | category:
    Tips of PhpLib
    ON: 2008-08-28 07:11:31
    The pHpLib template is very easy to develop a website.The pHpLib basically based on a template class. which have only five function are used to differ the php code from html code.
    10 times | category:
    Testing htmlentities() PHP Function
    ON: 2008-08-27 08:25:17
    When data needs to be presented in Web pages, HTML special characters must be well protected Otherwise, data well not be presented properly, or the Web will become corrupted. This page allows you to learn and test the htmlentities() function to protect embedded data in Web pages.
    15 times | category:
    Shorthand IF/ELSE
    ON: 2008-08-27 08:17:52
    Shorthand IF/ELSE statements can clean up your PHP/HTML code by emiminating the need for the huge statements with curley brackets all over the place when used correctly!
    9 times | category:
    Introduction to Debugging and Error Checking your PHP Applications
    ON: 2008-08-27 08:16:56
    Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won't be using them in this article.
    11 times | category:
    Introducing the PHP Command Line Interface
    ON: 2008-08-27 08:06:52
    In this short article I will introduce you to the PHP Command Line Interface (or CLI for short). PHP CLI allows you to run PHP scripts directly from the command line bypassing the need for a web server.
    51 times | category:
    The Ternary Operator: Like If Statements, Just Simplified!
    ON: 2008-08-26 11:14:05
    Ternary Conditionals are one of those things in php that can save some time when writing code and possibly make your code easier to read. I think many people don't use them because they tend to think they look a little bizarre. We'll show you how it's done!
    11 times | category:
    Complete Walkthrough: Creating a Gallery Class
    ON: 2008-08-26 11:09:20
    In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
    12 times | category:
    Patching the Issue with Recording User Clicks and the Inevitable Click-Bots
    ON: 2008-08-26 11:02:19
    Perhaps a rather equivocal title there, so let me explain myself. I was referred to a website the other day, entitled Click to the Moon. A novel idea where users click a button based on which continent you would like to see get to the moon first - now, that's all fine and dandy but there's 1 or 2 problems that crop up. Namely, click-bots.
    7 times | category:
    Timezone Class: Dealing with Timezones the Proper Way
    ON: 2008-08-26 10:26:41
    I must admit that I was going to write you a simple timezone script and then tell you how easy it was. However, I came across some handy timezone_* functions and things got a little more difficult but a lot more practical. This script will allow you to display the time in any timezone you wish, without any ifs, buts or maybes along the way.
    23 times | category:
    Creating a Simple Currency Converter with Automatic Symbols
    ON: 2008-08-26 10:18:19
    If you're from the UK then you'll appreciate this preface. If you're not then don't worry because I'll be doing the script from a USD perspective to satisfy the majority! Today we'll be making a currency converter, and as is common on Blue Peter, I'll be throwing bits of code at you like - here's one I made earlier! Basically what we'll be creating is a converter that automatically prepends the currency symbol to the front of the value and then works out the value in the currency that we specify.
    23 times | category:
    Escape HTML Characters
    ON: 2008-08-26 10:17:03
    In this how to you're gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message boards. Also this can be useful if you want to embed code into your page without being translated by browsers into HTML elements corresponding. Our site also offers an Online Escape HTML Characters Tool!
    10 times | category:
    Testing Regular Expression Match Patterns
    ON: 2007-08-11 13:35:43
    Regular expression started in Perl language. But it is now used everywhere: text editors, programming languages, and software testing tools. Regular expression is powerful, but hard to learn. This page allows you to learn and test regular expression with your own strings, match patterns, sub patterns, and modifiers.
    12 times | category:
    Writing Regular Expression with PHP
    ON: 2007-08-11 13:35:01
    Regular Expression is a kind of language and if you have learned its symbols and understood their meaning, you would find it as the most useful tool in hand to solve many complex problems related to text searches. This article shows lights on RegEx concept and use of RegEx with PHP.
    45 times | category:
    Macronimous- Command Line Scripting in PHP
    ON: 2007-08-11 13:34:29
    PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line
    scripting in PHP and emphasis on its significance in PHP applications
    25 times | category:
    Building multiple conditional statements in PHP
    ON: 2007-08-11 13:31:55
    After building a condition, based on the result, PHP will allow you to chose what action to take.
    45 times | category:
    this:1/2 25records  total:27    start  Previous  Next  Last    goto:

    Category

      Ad Management (6)
      Calendars (3)
      Chat Systems (8)
      Content Management (47)
      Cookies and Sessions (12)
      Counters (16)
      Database Related (37)
      Date and Time (15)
      Development (27)
      Discussion Boards (8)
      E Commerce (9)
      Email Systems (15)
      Error Handling (8)
      File Manipulation (38)
      Flash and PHP (6)
      Form Processing (26)
      Guestbooks (13)
      Image Manipulation (26)
      Installing PHP (7)
      Introduction to PHP (32)
      Link Indexing (9)
      Mailing List Management (9)
      Miscellaneous (62)
      Networking (9)
      News Publishing (9)
      OOP (29)
      PEAR (7)
      PHP vs Other Languages (2)
      Polls and Voting (7)
      Postcards (1)
      Randomizing (15)
      Redirection (12)
      Searching (10)
      Security (34)
      Site Navigation (17)
      User Authentication (16)
      WAP and WML (7)
      Web Fetching (10)
      Web Traffic Analysis (16)
      XML and PHP (18)