Re: noob can't even make a function work right :-(



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

.