• home
  • forum
  • my
  • kt
  • download
  • this:1/11 25records  total:252    Start  Previous  Next  Last    goto:
    PHP/MySQL RSS Feed
    ON: 2007-08-24 19:21:23
    Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
    40 times | category: [Web Traffic Analysis]
    RSS Display Boxes
    ON: 2007-08-24 19:19:48
    Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers, by communicating with a versatile PHP RSS parser called Simplepie. Each RSS box can be independently tailored, from the RSS feed to fetch, how many items to show (and whether to paginate them), to what portions of each entry (just the "title", or "title" plus "description" etc) to display.
    30 times | category: [Web Traffic Analysis]
    Creating Dynamic RSS Feeds with PHP and MySQL
    ON: 2007-08-24 19:17:28
    Ever need to create a dynamic rss feed but don't know how to? This short and easy tutorial will show you exactly how in seconds, along with how to dynamically alter the RSS feed through the query string
    24 times | category: [Web Traffic Analysis]
    XML processing with PHP
    ON: 2007-08-24 19:17:00
    A detailed XML processing tutorial with examples for beginners
    26 times | category: [Web Traffic Analysis]
    Parsing XML Using PHP - Amazon Used as an Example
    ON: 2007-08-24 19:06:04
    Parse XML using PHP. Specifically, allow your user to search and retrieve results from Amazon.com without ever having to leave your site.
    19 times | category: [Web Traffic Analysis]
    Creating a file based logging script
    ON: 2007-08-24 19:02:38
    In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.
    26 times | category: [Web Traffic Analysis]
    Log visitors to file
    ON: 2007-08-24 19:00:16
    It's nice to know how many visitors your site gets. To get you started I show you how to log statistics of all your visitors, in a simple way. The log will be saved in a text file.
    24 times | category: [Web Traffic Analysis]
    Free IP to country without databases
    ON: 2007-08-24 18:58:56
    A simple service for geolocation of visitors. No databases equired. Instead, info is stored in individual files. General database is available, or databases to identify visitors from specific countries. Sample code to use the database is provided.
    30 times | category: [Web Traffic Analysis]
    User online
    ON: 2007-08-24 18:58:20
    This tutorial show you php script that count how many users are active on your site.
    21 times | category: [Web Traffic Analysis]
    Getting Your Visitor's Details using PHP
    ON: 2007-08-24 18:53:04
    This tutorial shows how to obtain information about your user such as the web page they came from, the page being accessed, and the user's IP address.
    19 times | category: [Web Traffic Analysis]
    Track Your Visitors Using PHP
    ON: 2007-08-24 18:42:02
    There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yourself? With PHP, you can easily create a log file within minutes. In this article I will show you how!
    25 times | category: [Web Traffic Analysis]
    How to get all META data of a website
    ON: 2007-08-24 18:37:36
    In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when you want to check your competitors settings.
    19 times | category: [WAP and WML]
    Dynamic thumbnails from websites
    ON: 2007-08-24 18:34:32
    This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
    17 times | category: [WAP and WML]
    Parse html with preg_match_all
    ON: 2007-08-24 18:33:42
    For the most of the PHP scripter which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others itâ
    26 times | category: [WAP and WML]
    yahoo stock quote (csv file)
    ON: 2007-08-24 18:27:47
    This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means you could display only the entries that interest you.
    28 times | category: [WAP and WML]
    Wap-Enabling a Website with PHP3
    ON: 2007-08-24 18:15:10
    Ever wonder what it took to get a site to work on those new "web-enabled" cell phones? This short tutorial will do just that by giving you the basics of making your site WAP-enabled using PHP
    28 times | category: [WAP and WML]
    Building dynamic WML sites
    ON: 2007-08-24 18:08:41
    This tutorial by PHPBuilder will show you how to build PHP/WML pages to access a MySQL database which contains professors' receiving hours and exams timetables for a University.
    64 times | category: [WAP and WML]
    Introduction to WML, Apache, and PHP
    ON: 2007-08-24 18:04:59
    This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up the wireless environment for your site.
    49 times | category: [WAP and WML]
    PHP login system tutorial
    ON: 2007-08-24 16:50:48
    A great advanced tutorial for the php scripters who know the basics and some more, and want to make their own login system where users can login to, with a great final result!
    92 times | category: [User Authentication]
    PHP login script
    ON: 2007-08-24 16:42:12
    A php login script tutorial with complex features like: user confirmation, forgot password page, restricted access to web pages based on level access and more.
    103 times | category: [User Authentication]
    Generate random passwords with PHP
    ON: 2007-08-24 16:39:24
    In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.
    21 times | category: [User Authentication]
    Macronimous- Google Checkout Integration for PHP
    ON: 2007-08-24 16:27:35
    Using Google checkout, buying from stores across the web becomes simple and also facilitates you to keep track of all the orders. This articles is about Google checkout and different types of integration methods in Google checkout using PHP.
    31 times | category: [User Authentication]
    Simple reusable PHP/MySQL authentication script
    ON: 2007-08-24 16:25:39
    We will write a simple PHP/MySQL authentication script that can be reused for any of your project
    62 times | category: [User Authentication]
    Registration script with activation
    ON: 2007-08-24 16:18:11
    Create a fully featured registration script that you can use on your website, this tutorial will even teach you how to make your users activate there accounts before they can use them!
    42 times | category: [User Authentication]
    Creating a file based login system
    ON: 2007-08-24 16:14:51
    In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database.
    33 times | category: [User Authentication]
    this:1/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)