• home
  • forum
  • my
  • kt
  • download
  • this3/27 25records  total:658    start  Previous  Next  Last    goto:
    How to Create an Object-Oriented Blog Using PHP
    ON: 2009-03-09 15:10:59
    How to Create an Object-Oriented Blog Using PHP
    36 times | category: [OOP]
    Observer Pattern
    ON: 2009-03-09 15:02:14
    When an object needs to be updated when another changes, or extending the idea a little an event needs to be fired off after some particular event - what you are looking to code is the observer pattern. This tutorial explains what the observer pattern is, how to implement it and what are its benefits.
    12 times | category: [OOP]
    Using an autoload function to make your life easier
    ON: 2009-03-09 15:01:08
    In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
    17 times | category: [OOP]
    Basic PHP Sockets using Teamspeak 2 Server
    ON: 2009-03-09 11:52:59
    This tutorial will teach you how to create sockets and receive data from them. and use this data in a relevant way to start your first socket script. Using fsockopen() and fgets()
    81 times | category: [Networking]
    Ordering Ratings in PHP and MySQL - Make Fair Ratings Just Like IMDB
    ON: 2009-03-09 11:09:32
    If you have some sort of voting on your site for something (e.g. a rating out of 10), chances are you may want to have a list showing the top rated or the worst rated. Most people may just think there is an easy solution, just sort by the average rating. The reality of it is that method would not be fair at all, or accurate for that matter.
    11 times | category: [Miscellaneous]
    PHP Array Tutorial
    ON: 2009-03-09 11:03:57
    A tutorial for arrays in PHP. Includes code examples of all fundamental array operations.
    13 times | category: [Miscellaneous]
    Converting from Excel to CSV with PHP
    ON: 2009-03-09 11:00:46
    Reading XLS files with PHP-exceLreader is a breeze, I found one pitfall though.
    11 times | category: [Miscellaneous]
    Parsing a URL with preg match
    ON: 2009-03-09 10:59:09
    In this example we parse the YouTube insert HTML for the URL part.
    68 times | category: [Miscellaneous]
    Assign PHP Array to Javascript Array
    ON: 2009-03-09 10:55:20
    This little code shows you how to assign PHP array to javascript array
    34 times | category: [Miscellaneous]
    How to: Hide widgets
    ON: 2009-03-09 10:48:17
    Extended tutorial on how to hide unwanted widgets in your wordpress instalation
    9 times | category: [Miscellaneous]
    Dynamically Creating Tabs in PHP
    ON: 2009-03-09 10:46:36
    In this tutorial you will learn how to create simple tabs in PHP. The code dynamically creates tabs from a PHP array
    24 times | category: [Miscellaneous]
    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.
    18 times | category: [Introduction to PHP]
    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
    14 times | category: [Introduction to PHP]
    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
    40 times | category: [Introduction to PHP]
    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
    10 times | category: [Introduction to PHP]
    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.
    11 times | category: [Introduction to PHP]
    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
    43 times | category: [Introduction to PHP]
    Building the Back End of a Photo Site
    ON: 2009-03-09 09:36:51
    Building the Back End of a Photo Site
    23 times | category: [Image Manipulation]
    Create a Custom RSS Feed Button With Your Readers Number
    ON: 2009-03-09 09:28:44
    Today, most of websites use the RSS Feed with Feedburner to analyse and to count its readers. In this tutorial, I'll explain how create a custom RSS Feed button with the readers number. You'll use PHP with GD and XML.
    5 times | category: [Image Manipulation]
    How to Dynamically Create Thumbnails
    ON: 2009-03-09 09:26:36
    How to Dynamically Create Thumbnails courtesy
    28 times | category: [Image Manipulation]
    Image Uploading With Auto Thumbnails Using PHP
    ON: 2009-03-09 09:14:04
    In many scenarios you cannot escape uploading images when you develop a php script. This tutorial details how you can upload images using php and auto creates thumbnails on image upload.
    16 times | category: [Image Manipulation]
    PHP Image manipulation with GD2
    ON: 2009-03-09 08:56:00
    In this tutorial, I’ll take you through some of the more common uses for PHP when manipulating images, and then introduce you to some of the cooler aspects of this powerful little tool, which could help you to really add a bit of jazz and sparkle to your website!
    26 times | category: [Image Manipulation]
    PHP Phone Number Validation
    ON: 2009-03-09 08:06:53
    There are different formats in which forms present you with a way to input your phone number. Some have a 3-digit field between parenthesis for the area code, a second 3-digit field and finally a third 4-digit field.
    23 times | category: [Form Processing]
    Easy Contact Form
    ON: 2009-03-09 08:05:08
    Learn to make a very simple and easy contact form with php / html
    20 times | category: [Form Processing]
    Creating a Form that will Search a MySQL Database
    ON: 2009-03-09 08:02:55
    In this tutorial I will show you how to add a simple search box to query a MySQL database. This tutorial is a continuation of the “How to Access a MySQL Database Using PHP” tutorial.
    Since writing that original tutorial I have created a local WAMP test environment. I have created the database “test” with a table “testable”. The table contains the following fields:
    36 times | category: [Form Processing]
    this3/27 25records  total:658    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)