Current location: Hot Scripts Forums » Programming Languages » PHP » retrieveing a data from a folder


retrieveing a data from a folder

Reply
  #1 (permalink)  
Old 05-19-05, 02:42 AM
tbd911 tbd911 is offline
Newbie Coder
 
Join Date: Nov 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Question retrieveing a data from a folder

hi there i'm using php to develop my website and i did the retrieveing data from the database but i don't know how to retrieve a data from a folder outside the database for example a word document ,so if i make any changes on that document when click save it will be saved auttomaticlly .shall i put the path of that data on a spesfic field on the database .

so can anybody help me with that ?????
Reply With Quote
  #2 (permalink)  
Old 05-20-05, 11:44 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by tbd911
hi there i'm using php to develop my website and i did the retrieveing data from the database but i don't know how to retrieve a data from a folder outside the database for example a word document ,so if i make any changes on that document when click save it will be saved auttomaticlly .shall i put the path of that data on a spesfic field on the database .

so can anybody help me with that ?????
You have to read the file in and work on it, and it's unlikely that you could do much with a Word doc except read it in and spit it back out.

For a text file, try:

$lines_of_text_array = file('/path/to/your/file.txt');
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Temporary Data Storage eddyvlad PHP 2 02-21-05 09:36 AM
MLS Data Retrieval dotcomtim Job Offers & Assistance 0 11-26-04 05:09 PM
Problem getting data from DataGrid on update petersza ASP.NET 5 10-19-04 11:37 PM
Print data by date perleo PHP 2 08-09-03 09:35 AM


All times are GMT -5. The time now is 06:45 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.