|
Regarding file management in php? -
December 12th, 2007
Respected Sir,
I am getting some problem while using fopen command while i try to run the script in the mozilla firefox
i am getting the error like tis
Warning: fopen(welcome.txt) [function.fopen]: failed to open stream: No such file or directory in C:\wamp\www\trail\file.php on line 5
and my actual code is like this
<html>
<body>
<?php
$file=fopen("welcome.txt","r");
?>
</body>
and i wanna say another thing also this code s running in internet explorer.
So plz give me the solution for this..
Thanking you
Savitha Bhargav
|