• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:32    start  Previous  Next  Last    goto:
    URL Query String Basics
    ON: 2009-05-08 10:52:38
    Have you noticed an URL with a question mark following the filename? Most probably you have. This is a technique used to pass data to web pages using URL query strings. What is a URL query string?
    22 times | category:
    PHP Basics
    ON: 2009-04-17 11:26:01
    A very basic intro to php. We'll go over if statements, loops, and php mixed with html.
    14 times | category:
    Create PDF with PHP
    ON: 2009-04-17 11:25:12
    Want to learn how to create pdf with php? Check this quick tutorial.
    53 times | category:
    Using PHP include() – Make things easy for yourself!
    ON: 2009-03-09 10:27:01
    Future-proof your site by using the PHP include statement - allowing you to change your site design quickly and easily.
    16 times | category:
    Functions in PHP
    ON: 2009-03-09 10:17:27
    Functions are arguably one of the most useful features of PHP. They allow a programmer to encapsulate sections of code within a structure which can then be executed from anywhere else in the program flow. Functions are instantiated by use of the function keyword, followed by the user-defined function name including a list of parameters between the paretheses
    11 times | category:
    Loops in PHP : While and For
    ON: 2009-03-09 10:15:52
    Loops in PHP are very useful when you need to perform repetitions of the same code over and over again, or when you need to ensure that you iterate through all possible values of an array, for example. They come in a few different flavours, the most common being “for” loops and “while” loops
    37 times | category:
    Conditional Statements in PHP
    ON: 2009-03-09 10:09:34
    Conditional statements are used in PHP (and in any other programming language) when the programmer wishes to place a branch in the code, where a specific result will occur if, and only if, a set of conditions is matched
    8 times | category:
    Arrays in PHP
    ON: 2009-03-09 10:08:19
    There are times in programming where you need to keep track of many variables at once. Maybe the current time of day, the number of items in a package or the name of a certain product. These variables may all be very similar too though, you might, for example, need to keep track of the names of all employees in a company, or the number of items inside each of a large number of packages. Arrays can be used to keep track of these multiple values from within one variable.
    9 times | category:
    Variables in PHP
    ON: 2009-03-09 09:51:37
    Variables are probably one of the most commonly used code constructs you’ll come across while programming in PHP
    40 times | category:
    Build Web Services with PHP in Eclipse
    ON: 2008-08-23 13:41:18
    Learn how to build Web services in PHP using the PHP Development Tools (PDT) plug-in in Eclipse in three easy steps. First, become familiar with the PDT project, and learn how to create and deploy useful PHP projects. Second, learn the philosophy behind contract-first development. Finally, get an informative overview of the basic parts that make up a Web Services Description Language (WSDL) file.
    38 times | category:
    Basic PHP Tutorial - Learn the basics
    ON: 2008-08-23 13:32:55
    A basic tutorial about PHP, it'll explain you what PHP is, what Arrays, Integers & Strings are, there is also a script that explain how to create the 6 headers with a short type of code, completly explained and showed by given examples.
    13 times | category:
    PHP Variables.
    ON: 2008-08-23 13:32:05
    PHP Variables:
    Arithemetic Operations using PHP
    Strings and Cocantenation
    Comparison Operators.
    2 times | category:
    Introduction To PHP.
    ON: 2008-08-23 13:28:53
    What Is PHP.
    What Do I Need to create PHP pages.
    PHP Examples.
    5 times | category:
    How To becom ZCE
    ON: 2008-08-23 13:26:59

    how to take the ZEND PHP5 Certification test and become a Zend Certified engineer
    7 times | category:
    What is PHP and Why Should I Care?
    ON: 2008-08-23 13:07:53
    One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.
    2 times | category:
    Loopy Looping
    ON: 2008-08-23 13:06:50
    Learn how to use the most common iteration/looping functions in PHP
    1 times | category:
    Monkey PHP: Lets Get More Logical
    ON: 2008-08-23 12:28:33

    Discusses PHP logical statements in more depth. Suitable for beginners.
    3 times | category:
    Monkey PHP: Lets Get Logical
    ON: 2008-08-23 12:27:40
    Discusses the basics of PHP logical statments such as IF/ELSE.
    1 times | category:
    A Look at PHP and MySQL
    ON: 2008-08-23 12:26:24
    Looking over the pros and cons that PHP and MySQL have to offer
    4 times | category:
    Sorting 2D-arrays in PHP
    ON: 2008-08-23 12:23:49
    How to use array_multisort to sort tables by column.
    82 times | category:
    A Beginners Introduction to PHP
    ON: 2008-08-23 12:21:17
    This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly guides you through some of the concepts of PHP programming.
    10 times | category:
    PHP Tutorials : PHP regular expression tutorial
    ON: 2008-08-23 12:19:20
    In this article I will show you how to use PHP regular expressions in your own PHP scripts.
    61 times | category:
    PHP control structures - do while
    ON: 2008-08-23 12:17:41
    PHP contains a various statement types Control structures allow us to manage script to do or not to do anything. When you use do while control structure, script does its job until condition turns false. When you use do while script statement once, always return true. Beginning expression is always true. End of each iteration, PHP evaluates control structure. Main difference from while do, first expression must be return true.
    6 times | category:
    PHP string basics
    ON: 2007-08-11 18:42:03
    A detailed description how to use PHP strings and basic string manipulation functions.
    31 times | category:
    PHP include file tutorial
    ON: 2007-08-11 18:40:38
    In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.
    56 times | category:
    this:1/2 25records  total:32    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)