PHP: I seem not to understand what fopen() does?

Pedobear

New member
I don't get it. I made a ToBuyList.txt and wrote this code:

<body>
<b>Please buy:</b><br />
<?php $list = fopen("ToBuyList.txt", "r"); ?>
</body>

NOTHING HAPPENS!

I also tried to put "echo" to see if it happens but it gave me this:
"Resource id #3"
 
Back
Top