Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
How to open a file
12
like
0
dislike
How to open a file by PHP
asked
1 year
ago
by
SeO
(
39,810
points)
file
php
1 Answer
3
like
0
dislike
Best answer
<html>
<body>
<?php
$file=fopen("file.txt","r");
?>
</body>
</html>
answered
1 year
ago
by
BloggeR
(
179,550
points)
Related questions
13
like
0
dislike
1
answer
How to close a file
asked
1 year
ago
by
SeO
(
39,810
points)
file
php
10
like
0
dislike
2
answers
how to call a header file ?
asked
2 years
ago
by
anonymous
how
call
header
file
6
like
0
dislike
1
answer
How can I download a file from internet ?
asked
1 year
ago
by
lily
(
17,510
points)
file
internet
download
12
like
0
dislike
1
answer
how can i add hyperlink a swf file
asked
1 year
ago
by
eagles11
(
179,830
points)
hyperlink
a
swf
file
3
like
0
dislike
0
answers
How and Why To Move Your Java Script To An External File
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
script
external
file