• home
  • forum
  • my
  • kt
  • download
  • this:1/2 25records  total:38    start  Previous  Next  Last    goto:
    Creating and using Phar archives in PHP V5.3
    ON: 2009-04-17 11:05:37
    This article takes a close look at the new PHP5.3 feature called Phar, which is an archive format that can be used within PHP. Phar can be used to not only archive files but also to deliver and run an entire PHP application from a single file. Unlike JAR archives, Phar archives can be processed by PHP itself and don't require an external tool to create or use them.
    7 times | category:
    Uploading unknown number of files using php & JS
    ON: 2009-04-17 11:03:08
    You can use a static html to upload files but what if the user needs to upload more than one file and in the same time another user needs to upload just one file, that’s why we will use javascript to add content to the html page.
    70 times | category:
    Finding size of a directory using php
    ON: 2009-03-08 20:51:45
    Easy to find the size of a directory using php script
    8 times | category:
    Reading file using php
    ON: 2009-03-08 20:50:21
    Simple php code for reading lines

    Using the PHP code given you can easily read a txt file
    16 times | category:
    PHP File Upload Tutorial
    ON: 2009-03-08 20:41:18
    Tutorial demonstrating how to handle file uploads in PHP. Shows how to create a simple XHTML form with a file field, and a PHP script that handles the form submission by moving the uploaded file to a designated directory.
    83 times | category:
    Scanning Folders with PHP
    ON: 2009-03-08 20:34:39
    Scanning Folders with PHP on Nettuts.com for beginners
    33 times | category:
    Working with Directories and Files
    ON: 2009-03-08 20:30:26
    Walk through of a class that manages many common tasks.
    12 times | category:
    Automatically Get Width & Height of An Image or Flash
    ON: 2009-03-08 20:23:10
    Learn how to use PHP to get the width and height of an image or a flash file instantly!
    20 times | category:
    Page titles load from flat file
    ON: 2009-03-08 20:14:47
    Learn to make your page titles and meta descriptions load from a text file
    7 times | category:
    Your own personal web based notepad
    ON: 2009-03-08 20:08:49
    Create your own simple web notepad with php / flat files.
    17 times | category:
    Deleting files with PHP
    ON: 2009-03-08 20:06:17
    Following our tutorials on uploading files and listing files, this tutorial will walk you through deleting files from a directory. This is done using the unlink() function.
    9 times | category:
    Uploading files with PHP
    ON: 2009-03-08 15:39:20
    Continuing on from our article on Listing files stored within a directory using PHP, this quick guide will walk you through how to upload a file to a server using PHP.
    20 times | category:
    Listing files stored within a directory using PHP
    ON: 2009-03-08 14:26:32
    Being able to create lists out of files within a directory quickly and easily is a really good skill to have, especially when creating Content Management and web based File Management Systems.
    21 times | category:
    Create custom backups from your website using cURL
    ON: 2009-03-08 14:18:12
    Create a backup script and execute the PHP script using a CRON job. This tutorial is for webmasters if the websites control panel has only capabilities to create full site backups and/or where the access via SSH is disabled.
    7 times | category:
    Simple download counter with admin panel
    ON: 2008-08-26 08:59:23
    In this tutorial I'm going to show you how to create this nice script for your site/forum.
    16 times | category:
    Directory Listings, list files and subfolder using php
    ON: 2008-08-26 08:48:49
    Directory Listings, list files and subfolder using php. This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list.
    49 times | category:
    PHP Reading and Writing to a File Tutorial
    ON: 2008-08-26 08:45:30
    PHP File Handles.
    Writing to a File?
    PHP Reading form a File?
    23 times | category:
    How to upload, view and delete files in PHP
    ON: 2008-08-26 08:43:27
    File system are nowadays a mandotory task for content management systems. In this tutorial you'll learn how to create your very own customized file system.
    256 times | category:
    How to read, write and create a file in PHP
    ON: 2008-08-26 08:42:19
    This tutorial explains how to read, write and create a file in PHP. A very simple technique that you will understand in just 5 minutes.
    63 times | category:
    Delete HTML table rows without any database support
    ON: 2008-08-26 08:41:12
    Problem
    I worked on a PHP project where I needed to write and delete HTML table rows without any database support.
    25 times | category:
    Walkthrough: Parsing a SRT Subtitle File using Various Parsing Techniques
    ON: 2008-08-26 08:40:28
    This article will be introducing a couple of nifty tricks that I've seen scattered around the Internet. One of which is how to detect for the presence of those pesky carriage returns. The article will show you how to take a correctly formatted SRT file and parse it using PHP. Another parse function for the PHP library to go alongside parse_url, parse_ini_file, et cetera!
    48 times | category:
    Parsing Character Delimited Files into Arrays
    ON: 2008-08-26 07:57:15
    In this tutorial you will learn how to parse a multiple-line character delimited text file into a two dimensional array using PHP.
    30 times | category:
    FTP Upload via cURL
    ON: 2008-08-26 07:41:58
    Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
    71 times | category:
    Opening And Closing Files In PHP
    ON: 2008-08-26 07:40:43
    In this tutorial you will learn the basic way of opening and closing a text file using PHP.
    9 times | category:
    Reading and Writing to Text Files
    ON: 2008-08-26 07:37:05
    Learn how to open text files and then write in them and then save them again.
    12 times | category:
    this:1/2 25records  total:38    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)