• home
  • forum
  • my
  • kt
  • download
  • this:2/11 25records  total:252    Start  Previous  Next  Last    goto:
    Login - Logout with a Session in 1 file
    ON: 2007-08-24 16:14:06
    Create a file for Login and Logout (PHP + MySQL) using with a SESSION variable. This file contains Login form, Login authorize program and Logout program. All in one but Short and Easily
    30 times | category: [User Authentication]
    Authenticate Users Using an LDAP Database
    ON: 2007-08-24 16:13:13
    This code authenticates users using an LDAP directory and then stores session information in a MySQL database. It is a very good demonstration of how to access information from LDAP using PHP
    11 times | category: [User Authentication]
    Language specific response
    ON: 2007-08-24 16:11:22
    Knowing the languages selected in the browser of our visitors may be a very important data we may used to redirect the user to a specific page in the corresponding language, or to display specific information.
    6 times | category: [User Authentication]
    PHP nav
    ON: 2007-08-24 16:08:35
    A tutorial about how to make a own PHP nav with good examples.
    6 times | category: [Site Navigation]
    Creating a menu system
    ON: 2007-08-24 16:02:30
    In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system
    21 times | category: [Site Navigation]
    Paginating large texts and stories
    ON: 2007-08-24 15:49:55
    Learn how to separate large texts and stories into pages containing X sentences each.
    8 times | category: [Site Navigation]
    Creating a Tag Cloud Using PHP
    ON: 2007-08-24 15:48:12
    By using this PHP code, you can create the tag cloud that is popular on so many web 2.0 sites. It lets you provide users with an index/sitemap that they can use to easily navigate through your website's content.
    4 times | category: [Site Navigation]
    Page Navigator
    ON: 2007-08-24 15:44:36
    Create a simple Page Navigator for your PHP programs such as webboard, guestbook, online catalog, product list page, etc.
    9 times | category: [Site Navigation]
    Dynamic Dropdown Menu
    ON: 2007-08-24 15:42:17
    Put records from your database in a dropdown menu/list box. You can apply it as a navigator list box. Good for saving your webpage areas or you have many links you don't want to show all of them in your pages.
    13 times | category: [Site Navigation]
    Using mod_rewrite with Apache and PHP
    ON: 2007-08-24 15:40:09
    mod_rewrite is a popular Apache Module which gives a server administrator the ability to mask a web site's links. Though mod_rewrite has several abilities and can be used in several ways, the only way focused on by this tutorial is to create Search Engine Friendly links
    9 times | category: [Site Navigation]
    Php Password Security Using Salts
    ON: 2007-08-24 09:09:35
    Learn to make unique-per-user salts to create un-bruteforceable passwords. This method will prevent brute forcing from online md5 databases and rainbow tables.
    15 times | category: [Security]
    CSS File Protection
    ON: 2007-08-24 09:06:28
    How to hide your CSS source from rippers.
    9 times | category: [Security]
    PHP captcha verification
    ON: 2007-08-24 09:02:33
    This way of preventing automated submissions is very used on the internet. More and more website owners start looking for a tool to prevent SPAM. A very good way of protecting your forms, and this is what we're going to talk about in this article is to use the following PHP CAPTCHA class (I will keep the License intact for credits) which will force the visitor to do an Image Verification Test.
    0 times | category: [Security]
    Customer Management
    ON: 2007-08-24 08:59:46
    Overview of the customer management scripts, also introduce the include files that store common functionality used throughout the application.
    9 times | category: [Security]
    Preventing SQL Injection Attacks
    ON: 2007-08-24 08:57:47
    Preventing SQL attacks is one of the most effective forms of defensive against crackers, this article explains how to do so.
    13 times | category: [Security]
    Basic PHP Security
    ON: 2007-08-24 08:51:13
    Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc
    10 times | category: [Security]
    PHP/MySQL search engine script
    ON: 2007-08-20 11:20:04
    This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.
    0 times | category: [Searching]
    Searching and Browsing Module,
    ON: 2007-08-20 11:12:41
    Learn cron Jobs, Templating, Searching and Browsing
    13 times | category: [Searching]
    Googlifying Search Results
    ON: 2007-08-20 11:08:40
    The purpose of this article is to show how to build two functions that help make PHP search results from a database look more appealing to users.
    8 times | category: [Searching]
    Create a PHP Search Engine
    ON: 2007-08-20 11:07:07
    This hands on PHP Programming tutorial provides you the knowledge necessary to design and develop a search engine for your website using PHP version 4.0 and above.
    48 times | category: [Searching]
    Using The Google Web APIs With PHP
    ON: 2007-08-20 11:03:00
    Teaching you about the google web api's functionality.
    14 times | category: [Searching]
    Building a fulltext search engine with PHP
    ON: 2007-08-20 11:00:48
    In this article I will show you how you can use the database library from eZ publish to build database independent fulltext search engine. I will show you a relatively simple algorithm to get search result ranking and stop words. You will get the full source code for a complete working program to get you started
    14 times | category: [Searching]
    PHP redirect page
    ON: 2007-08-20 10:58:37
    In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection
    13 times | category: [Redirection]
    How To Redirect or Cloak Affiliate Links
    ON: 2007-08-20 10:53:57
    This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users seem to trust links more if the reside on your own server. Using a â
    18 times | category: [Redirection]
    Redirect a User Based on His Geographic Location
    ON: 2007-08-20 10:53:00
    This code uses a web service to determine each user's location and allows you to redirect the user or dynamically create a page based on that information.
    13 times | category: [Redirection]
    this:2/11 25records  total:252    Start  Previous  Next  Last    goto:

    Category

      Ad Management (4)
      Calendars (3)
      Chat Systems (7)
      Content Management (6)
      Cookies and Sessions (8)
      Counters (8)
      Database Related (8)
      Date and Time (9)
      Development (6)
      Discussion Boards (7)
      E Commerce (6)
      Email Systems (9)
      Error Handling (5)
      File Manipulation (10)
      Flash and PHP (4)
      Form Processing (7)
      Guestbooks (8)
      Image Manipulation (3)
      Installing PHP (5)
      Introduction to PHP (9)
      Link Indexing (6)
      Mailing List Management (8)
      Miscellaneous (10)
      Networking (6)
      News Publishing (6)
      OOP (8)
      PEAR (6)
      PHP vs Other Languages (2)
      Polls and Voting (5)
      Postcards (0)
      Randomizing (8)
      Redirection (8)
      Searching (6)
      Security (6)
      Site Navigation (7)
      User Authentication (10)
      WAP and WML (7)
      Web Fetching (0)
      Web Traffic Analysis (11)
      XML and PHP (0)