View Single Post
  #2 (permalink)  
Old 28-01-2008, 13:09
eUK-Martin's Avatar
eUK-Martin eUK-Martin is offline
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 442
Default

I am not a programmer and not good at PHP. However I think you can achieve this with the PHP function file_get_contents();

Example :
Code:
 
$contents = file_get_contents('textfile.txt');
Hope some PHP coder will comment on this soon.
__________________
Martin
Windows System Admin.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote