jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

File Manipulation

DeEnFrSp
Amount: 42
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 >>
Sort Listings By:
Hits: 509

Simple Text Storage With PHP

Rating 0.0 0.0
When I first started learning PHP I didn’t want to overload myself with learning about SQL as well, so I used text files for storage instead (also known as flat-file databases). I am going to show you how to write information to a text file using PHP. You don’t have to have any PHP knowledge at all in order to follow this tutorial.
Platform(s): Windows Date: Jan, 04 2006
DETAIL
Hits: 511

Speed Limiting File Downloads

Rating 0.0 0.0
It is common to have downloads on your website, and sometimes you want to moderate your downloads by speed, or possibly hide the directory that the download is coming from, protecting all your other files. This is very possible and very simple to solve in PHP. All you need is the header() function and some files function.
Platform(s): Windows Date: Dec, 15 2004
DETAIL
Hits: 127

Stream Me Up Scotty!

Rating 0.0 0.0
PHP4 comes with a bunch of new functions designed to allow FTP connections over the Web. This article explores the new FTP functions, together with an example of how they can be used to build a browser-based FTP client.
Platform(s): n/a Date: Nov, 09 2000
DETAIL
Hits: 387

Stream Me Up Scotty! (part 2)

Rating 0.0 0.0
You've already seen how PHP4's FTP functions can help you interact with files on a remote server. In this article, learn how to use PHP's other file and directory manipulation functions, and build an equivalent application that demonstrates the difference between the two approaches.
Platform(s): n/a Date: Nov, 29 2000
DETAIL
Hits: 689

Upload A File From A Form

Rating 5.0 5.0
This tutorial will cover how to make a basic PHP upload script. You can easily convert or change it.
Platform(s): n/a Date: Feb, 11 2006
DETAIL
Hits: 220

Upload class with error checking

Rating 0.0 0.0
Shows you how to set error reporting, create a class with a function to upload files, rename the files being uploaded on the fly and more.
Platform(s): Linux, Windows Date: Oct, 07 2004
DETAIL
Hits: 791

Upload files using a HTML form in PHP

Rating 0.0 0.0
This script will help you for the baics of uploading images or files to your server using a HTML form and the PHP function copy. We haven't explained form validation or file checking - We'll go into further detail on that in future tutorials. To kick things off, you'll need a HTML form.
Platform(s): Linux, Windows, FreeBSD Date: Aug, 30 2006
DETAIL
Hits: 402

Uploading a file in PHP

Rating 0.0 0.0
This article shows how to upload files in PHP. Uploading files in PHP is very easy. You don't have to use any components as you do in ASP. All the file handling is done by built-in PHP functions.
Platform(s): n/a Date: Sep, 11 2002
DETAIL
Hits: 567

Uploading files

Rating 0.0 0.0
Shows you how I made my upload files form(s) in the Media Administration area. (Does NOT require globals to be on.)
Platform(s): Linux, Windows Date: Oct, 08 2004
DETAIL
Hits: 468

Uploading files VIA FTP

Rating 1.0 1.0
Shows you how to connect to a FTP, login to that FTP, and upload a file.
Platform(s): Linux, Windows Date: Oct, 08 2004
DETAIL
Amount: 42
Displaying: 31 - 40
Pages: << 1 2 3 [4] 5 >>