Power Search  |  My Account  |  Post Yours  
 Search    in       
ScriptMenu > PHP > Tips and Tutorials > File Manipulation
 


Lists: 1      

    Simple Text Storage With PHP Refer   Rate   Details   Visit    
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.
Hits:  121
Ratings:  0.00
   Date Added:  Mar-18-2006  

    Reading Text Files Using PHP Refer   Rate   Details   Visit    
Following on from Simple Text Storage With PHP, when using flat-file storage you also need to pull the data from the text files. This tutorial will explain how to extract a piece of information from a text file and display it.
Hits:  125
Ratings:  0.00
   Date Added:  Feb-14-2006  

    PEAR: HTTP_Upload tutorial Refer   Rate   Details   Visit    
Learn to Upload Multiple Files at once using the PEAR HTTP_Upload Class
Hits:  120
Ratings:  5.00
   Date Added:  Feb-10-2006  

    Image Uploader Refer   Rate   Details   Visit    
Create a basic script for allowing users to upload images to your website
Hits:  132
Ratings:  0.00
   Date Added:  Dec-29-2005  

    Upload a File Using Php Refer   Rate   Details   Visit    
In this tutorial you will lean how to upload a file to your server using PHP.
Hits:  108
Ratings:  0.00
   Date Added:  Nov-03-2005  

    PHP File Upload Refer   Rate   Details   Visit    
This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.
Hits:  531
Ratings:  5.00
   Date Added:  Jul-04-2005  

    Changing directory using chdir() Refer   Rate   Details   Visit    
In your PHP scripts at some stage you may wish or need to completely change the directory in which to look in - for examples the directory to look for files to include. This tutorial shows you how to change dir for file inclusion.
Hits:  188
Ratings:  0.00
   Date Added:  Jun-10-2005  

    PHP Includes Refer   Rate   Details   Visit    
How to use PHP includes in your scripts
Hits:  239
Ratings:  0.00
   Date Added:  Jun-18-2005  

    Displaying a files extension Refer   Rate   Details   Visit    
Displaying a files extension
Hits:  161
Ratings:  1.00
   Date Added:  Jun-28-2005  

    File Handing Basics Refer   Rate   Details   Visit    
Designed for the new coder - this PHP snippet provides a working example of basic file manipulation in a simple and clear format.
Hits:  486
Ratings:  4.00
   Date Added:  Jun-19-2005  

1      

© 2005 ScriptMenu.com   -    terms of use  -  privacy policy  -  contact us