Re: noob can't even make a function work right :-(
- From: "woody" <woody8624@xxxxxxxxx>
- Date: 22 Sep 2005 10:51:00 -0700
so your saying that i need to call the function
HERE ?
> $myFile = "file.txt";
> $fh = fopen($myFile, 'r');
> $theData = fread($fh, filesize($myFile));
> fclose($fh);
> echo "$theData";
how would i go about this? :-(
aslo... you say i should move the echo out of the function makeSure()
but that's what i want the function to do is $uName has no value...
i literaly just started learning im not usualy this slow. :-D
.
- Follow-Ups:
- References:
- noob can't even make a function work right :-(
- From: woody8624
- Re: noob can't even make a function work right :-(
- From: Stefan Koopmanschap
- noob can't even make a function work right :-(
- Prev by Date: identify user lan
- Next by Date: Re: form and arrays[]
- 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):