NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

A collection of 8 tips on PHP functions for working with file systems:
26146 A collection of 8 tips on PHP functions for working with file systems: http://dev.fyicenter.com/faq/php/php_file_system_function.html A collection of 8 tips on PHP functions for working with file systems: PHP > Tips and Tutorials > File Manipulation Oct 15, 2006 FYICenter.com

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links at PHP > Tips and Tutorials > File Manipulation
include() is probally one of the most commonly used PHP functions, it allows you to display the content of a file within another page with just one simple line.

There's probally many things you could make use of php includes for, the most common being a template based website where you'll have a number of content pages but only one or two pages with the code for the main layout which is then included into the content pages.
Category:

This is a very simple file uploading script. To begin, make a folder and name it "files". And then make another file out of that folder and call it "index.php" and put the following code:-
Category:

Well, tired of FTP'n everything up to your site? Or even want to allow other members to upload files but you dont' want to give them FTP access? Well lets create a file upload system that will take care of all your uploading woes. THis also employs some minimal security checks.


As of PHP 4.1 uploaded files can be accessed via the $_FILES superglobal, but in earlier versions you can use $HTTP_POST_FILES array and the last option but not recommended will be to use the $upload that corresoponds to the name of the file input. Note: You can only use the last method if register_globals is enabled.
Category:

This tutorial will teach you how to use the PEAR module HTTP_Upload which allows you to upload multiple files at once.
Category:

Databases really are wonderful pieces of software, they allow us to organize our content logically and allow easy access, updating and searching. However, sometimes a database is overkill and is not needed for the task. For example, what if you had a list of sayings or quotes, and you would like to display a random one each time the page loads. This could easily be represented in a database; however, it is equally as easy to do it using flat files
Category:




Main Category
178
2033
792
284
174
1802
1113
905
1157
7350
70
898
59
2185
172

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19152
Categories: 1275
Registered Users: 693
Mailing List Subscribers: 2042
Unique Outgoing Hits: 220469

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
36 site(s)
PR 7
289 site(s)
PR 6
829 site(s)
PR 5
2006 site(s)

PHP News