Re: [PHP] Question regarding fopen

2008-04-29 Thread James
> Hi, I'm having a strange problem with fopen > > For clearence, here is the phpinfo page: > http://www.grondengoed.nl/phpinfo.php > > I will shortly explain the problem I'm having: > $imagenamesmall = $foldersystem . '/' . $id . $imgstr . '-s' . > $i . '.jpg'; > echo $imagenamesmal

[PHP] Question regarding fopen

2008-04-29 Thread Joep Roebroek
Hi, I'm having a strange problem with fopen For clearence, here is the phpinfo page: http://www.grondengoed.nl/phpinfo.php I will shortly explain the problem I'm having: $imagenamesmall = $foldersystem . '/' . $id . $imgstr . '-s' . $i . '.jpg'; echo $imagenamesmall; // For debugg