• home
  • forum
  • my
  • kt
  • download
  • this:1/3 25records  total:62    start  Previous  Next  Last    goto:
    Sanitize and Validate Data with PHP Filters
    ON: 2009-04-17 17:13:44
    Sanitize and Validate Data with PHP Filters
    37 times | category:
    PHP: Starting Trigonometry
    ON: 2009-04-17 16:08:54
    The purpose of this tutorial is to get a user to enter a value and a script will determine the cosine, sine and tangent.
    9 times | category:
    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.
    7 times | category:
    PHP Array Tutorial
    ON: 2009-03-09 11:03:57
    A tutorial for arrays in PHP. Includes code examples of all fundamental array operations.
    10 times | category:
    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.
    9 times | category:
    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.
    66 times | category:
    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
    32 times | category:
    How to: Hide widgets
    ON: 2009-03-09 10:48:17
    Extended tutorial on how to hide unwanted widgets in your wordpress instalation
    7 times | category:
    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
    19 times | category:
    Unique ID
    ON: 2008-08-22 10:45:52
    In this tutorial I'm going to show you how you can use this great function to generate unique ids
    10 times | category:
    Test tool - Testing html_entity_decode() PHP Function
    ON: 2008-08-22 10:40:42
    When data is embedded in HTML documents, special characters are resented in HTML entities to protect them from being interpreted by browsers. If you need them back, you can use the html_entity_decode() to convert them This page allows you to learn and test the html_entity_decode() function to convert HTML entities.
    5 times | category:
    How to map addresses from a database using Google Maps API
    ON: 2008-08-22 10:35:13
    I remember the first time I wanted to pull addresses from a MySQL database and dynamically map them using Google Maps API. I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn’t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila! I got it to work.

    Click here to see the map and the code for the two files that you will need to dynamically map addresses
    90 times | category:
    Testing htmlspecialchars() PHP Function
    ON: 2008-08-22 10:31:09
    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 htmlspecialchars() function to protect embedded data in Web pages.
    4 times | category:
    PHP and JavaScript: Drawing a binomial distribution bar graph using the GD library
    ON: 2008-08-22 10:25:22
    Using JavaScript, PHP and the GD library, we are going to draw a bar chart showing the binomial distribution for 0 to 10 successes out of 10 trials based upon the probability for success entered by the user in a form.
    343 times | category:
    Using the Internal Array Pointers to Access Elements in Arrays
    ON: 2008-08-22 10:17:42
    The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
    22 times | category:
    Using Type Juggling/Type Casting to Modify Data Types
    ON: 2008-08-22 10:16:49
    We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type juggling. Type juggling can do absolutely all sorts, from converting integers to floats, arrays to objects, and even strings to binary as of PHP 5.2.1. It can also save you calling various functions and thus making your script quicker!
    2 times | category:
    Functions with Endless Amounts of Arguments
    ON: 2008-08-22 10:11:23
    Sometimes we need to create functions that require an indefinite and variable amount of arguments. Creating a function to cater for these arguments may seem straight-forward; I've seen several people who have created functions with five or so arguments and if they required a sixth argument at any stage during their project's development, they added the sixth argument to the function and carried on as normal.
    8 times | category:
    Easily Format JSON using PHP and Interpret using Javascript
    ON: 2008-08-22 10:10:45
    As many clever sods across the world no doubt know, AJAX stands for Asynchronous Javascript and XML. However, there is an alternative to using XML with AJAX, there is JSON. Although JSON was essentially created for AJAX, it is widely considered language dependent because it outlines a set of rules for semantically correct communications.
    12 times | category:
    How to write a PDF from PHP with a custom font and encoding
    ON: 2008-08-22 10:08:17
    This is a description of how to go about writing PDF documents from PHP in any font and language.
    102 times | category:
    P-Bank System For Games - Part 1
    ON: 2008-08-22 10:05:23
    In this tutorial i will explain you how to create a Bank system for games using php and a mysql database. In part 1 i will show you how to store and withdraw funds, in part 2 i will show you how to increase the money on the bank by 5% everyday.
    8 times | category:
    Learn About Randomized String Functions
    ON: 2008-08-22 08:46:41
    In this tutorial you will learn about randomized string functions and how to use them effectively.
    5 times | category:
    Create a Short URL Script
    ON: 2008-08-22 08:45:06
    Create a script that creates shortened URLs from large URLs.
    42 times | category:
    Creating a Function in PHP
    ON: 2008-08-22 08:39:27
    Learn how to create and use functions correctly in PHP.
    8 times | category:
    Creating a Simple Login System
    ON: 2008-08-22 08:37:59
    A detailed guide on how to create a simple login system for your website.
    28 times | category:
    Commenting Your PHP Code
    ON: 2008-08-22 08:37:06
    A guide on how to comment your PHP scripts correctly.
    9 times | category:
    this:1/3 25records  total:62    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)