Posted by lists73 on 08/15/07 12:34
We do have a nice movie linked on our side explaining the file
handling in php - maybe this helps :)
http://www.skilltube.com/index.php?option=com_content&task=view&id=44&Itemid=52
On 13 Aug., 16:17, Bob Sanderson <n...@LUVSPAMbobsanderson.com> wrote:
> Rik <luiheidsgoe...@hotmail.com> wrote innews:op.twz2u6xyqnv3q9@metallium:
>
> > On Mon, 13 Aug 2007 15:34:27 +0200, Krustov <m...@privacy.net> wrote:
> >> $pass=1;
> >> if (!file_exists($tempname)) {$pass=0;}
> >> if ($pass==0) //
> >> if ($pass==1) //
>
> > Euhm,
> > if(file_exists()){
> > //something
> > } else {
> > //something else
> > }
>
> That did it. Thanks to all.
[Back to original message]
|