/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] Loading a file into a variable

I was just wondereing if there is a way to load an external text file into a variable.

I’ve heard that u can use [i]openfile()[/i] to directly echo a file’s content onto the page. But that’s no good of I want to play around with the file in php.

I’ve also head that there’s a way to read a file using [i]fopen()[/i] eg.

[code]
//second parameter can content: a=append, r=read, w=write etc.
$myFile = fopen(“aFile.txt”,”r”);
//do something over here to load it into a variable
[/code]

For when I just echo “$myFile” it returns “Resource id #2”.

Can anyone help??

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@jclarkeauthorAug 01.2006 — don't worry I found an answer, using the [i]file_get_contents[/i] eg.
<i>
</i>$file = file_get_contents("aFile.txt");
×

Success!

Help @jclarke spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...