Re: noob can't even make a function work right :-(
- From: "fable" <johnfable@xxxxxxxxxxx>
- Date: 29 Sep 2005 15:14:07 -0700
$myFile = "file.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
fclose($fh);
return $theData;
}
?>
<?
$result = makeSure($myFile, $fh, $uName, $pRequest);
echo($result);
?>
Something more like that
.
- Follow-Ups:
- References:
- noob can't even make a function work right :-(
- From: woody8624
- noob can't even make a function work right :-(
- Prev by Date: Re: PHP login script?
- Next by Date: Re: HTML PHP Presentation and Logic
- Previous by thread: Re: noob can't even make a function work right :-(
- Next by thread: Re: noob can't even make a function work right :-(
- Index(es):