• home
  • forum
  • my
  • kt
  • download
  • this£º2/3 25records  total:62    start  Previous  Next  Last    goto:
    Ban an IP Address Using PHP
    ON: 2008-08-22 08:34:15
    Is someone causing you or your site pain? BAN THEM using this script!
    12 times | category:
    Recording Visitors (And Infomation About Them)
    ON: 2008-08-21 11:20:05
    How to record information about all your visitors in one small file.
    19 times | category:
    No Right Click Ban (Without JavaScript!)
    ON: 2008-08-21 11:18:13
    Want to make sure nobody uses the right-click on your website? Use this script.
    13 times | category:
    A MEGA Guide to Includes
    ON: 2008-08-21 11:16:48
    This is an advanced tutorial about the Include function in PHP.
    3 times | category:
    Testing date() PHP Function
    ON: 2008-08-21 11:14:38
    Date and time are used in every Web applications. But formatting a date and time value into a string presentation requires very programming skills. This page allows you to learn and test the date() function that gives so many ways to format a data and time value.
    5 times | category:
    Understanding PHP Session
    ON: 2008-08-21 11:11:37
    A Brief Introduction about Session and an example to understand it.
    41 times | category:
    Defining your World: All About Constants
    ON: 2008-08-21 11:10:04
    I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite their values like you do with variables and being presented with an unfriendly error. What on earth could their use be?
    5 times | category:
    Do not Repeat Yourself when using Printf!
    ON: 2008-08-21 11:08:29
    We all use printf (or sprintf) to help ourselves when mingling together output strings with our variables, right? This is a tip that I use often, but I continually see people writing code where this technique would be useful but isn't used. What am I on about? Well, how many times have you seen people write something similar to this...
    4 times | category:
    Memory Management with Declare
    ON: 2008-08-21 11:07:30
    I'm sure it's happened with the best of us. A script suddenly gets stuck in a loop and saps all the memory from the server. However, aside from programmer-induced loops, memory errors can also be a good way for a hacker to gain insightful information in to the way your application is setup. Not only that, but it'd be really nice to monitor how much memory your scripts are consuming, would it not? This is where declare steps into the door way and makes its presence felt.
    3 times | category:
    Domain & TLD parsing
    ON: 2008-08-21 10:53:27
    Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it doesn’t have any options to parse the host into domain name, TLD and sub-domain(s).
    8 times | category:
    Domain & TLD parsing
    ON: 2008-08-21 10:53:27
    Parsing URLs in PHP isn’t perfect. Don’t get me wrong here, it does the job when it comes to breaking the URL in logical parts, but, it doesn’t have any options to parse the host into domain name, TLD and sub-domain(s).
    1 times | category:
    Getting Remote Webpage Info Using PHP
    ON: 2008-08-21 10:52:30
    If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to automatically retrieve information about a URL. Wouldn't it be nice if you ran a web directory and you could bring up the title, keywords and description of a URL without the user having to enter it? This tutorial shows you how this can be achieved via PHP. Firstly we need to set the URL of the web page. Note that it must contain the http prefix as we are going to load some data in through a HTTP file stream
    10 times | category:
    Factorial and Greatest Common Divisor
    ON: 2008-08-21 10:49:21
    This tutorial demonstrates how to calculate the greatest common divisor and factorial numbers by doing basic math with PHP.
    16 times | category:
    Creating a UPS Shipping Calculator
    ON: 2008-08-21 10:48:01
    This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type. A sample form will be created that will post information to a UPS page. The PHP script will then retrieve and display the shipping cost.
    0 times | category:
    Text Size Switching Using PHP
    ON: 2008-08-21 10:32:21
    Using PHP and CSS in this combination is slightly different from the traditional approach, which uses JavaScript to dynamically alter CSS styles. The advantage of using PHP instead of JavaScript is that you're not dependent on the client supporting JavaScript, nor do you need to worry about creating browser-specific workarounds. Perhaps you will find a use for this tip the next time you sit down to design a Web site
    2 times | category:
    Using UPDATE MySQL query in PHP
    ON: 2008-08-21 10:30:50
    This tutorial will show you how to use MySQL querys to database in your PHP scripts.
    4 times | category:
    How to send headers to users browser with PHP
    ON: 2008-08-21 10:29:22
    This tutorial will show you how to send header to the browser with PHP.
    6 times | category:
    How to use PHP while operator
    ON: 2008-08-21 10:26:00
    while() loops are the simplest type of loop in PHP. They behave just like their C counterparts.
    1 times | category:
    How to use functions in PHP
    ON: 2008-08-21 10:23:12
    Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in our PHP project will grow up with more lines of code. On this we say code mess.
    2 times | category:
    How to use arrays in PHP
    ON: 2008-08-20 11:27:20
    This tutorial will show you how to work with arrays in PHP.
    2 times | category:
    Tracking Search Engine Traffic
    ON: 2008-08-20 11:26:46
    Learn to track which search engines drive traffic to your site and which are the most used keywords on each search engine
    1 times | category:
    Storing multidimensional arrays in a file
    ON: 2008-08-20 11:21:06
    In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
    2 times | category:
    AJAX/PHP rating script
    ON: 2008-08-20 11:07:21
    This tutorial will teach you how to create a AJAX/PHP rating script using xajax.
    14 times | category:
    Output Buffers with PHP
    ON: 2008-08-20 11:06:27
    Learn how to use output buffering in PHP. Great example and explanation what it is and how to use it.
    3 times | category:
    PHP Headers explained
    ON: 2008-08-20 11:05:41
    PHP Headers and their uses explained.
    7 times | category:
    this£º2/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)