[PHP] Re: Saving loading time at counting rows

2008-07-13 Thread Joep Roebroek
:) regards, Joep 2008/7/13 Joep Roebroek <[EMAIL PROTECTED]>: > I had this question, which I didn't really know where to ask, so I > thought to begin at this mailing list. > > Very basicly said, I count the rows of a table which had approx 5 > or more rows. >

[PHP] Saving loading time at counting rows

2008-07-12 Thread Joep Roebroek
I had this question, which I didn't really know where to ask, so I thought to begin at this mailing list. Very basicly said, I count the rows of a table which had approx 5 or more rows. The problem is, there is a notable difference in loading time with other pages. Is there a technique to est

Re: [PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
Small correction $i = 4, means the last photo not 5.. Not so important but still.:P 2008/5/1 Joep Roebroek <[EMAIL PROTECTED]>: > This problem is getting stranger by the minute. > I will explain in a little more detail what the script is actually for.. > It is an advert site and

Re: [PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
ne.. regards, Joep 2008/5/1 James Dempster <[EMAIL PROTECTED]>: > Do you have a piece of example code that will reproduce the problem? > > -- > /James > > > > On Thu, May 1, 2008 at 12:26 PM, Joep Roebroek <[EMAIL PROTECTED]> wrote: > > Strangely enough..

Re: [PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
-> returns exactly what I > want. > > //attempt to create folder > mkdir($foldersystem); > chmod($foldersystem, 0777); > > //save picture > if(!($handle = fopen($imagenamesmall, 'w'))){ >echo "Cannot open file (31)"; > e

[PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
this new value comes from. regards, Joep 2008/4/29 Joep Roebroek <[EMAIL PROTECTED]>: > 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&#

[PHP] Question regarding fopen

2008-04-29 Thread Joep Roebroek
e IS what it schould be:S. I really hope you can help me, if you need further info yust ask. Thanks in advance. regards, Joep Roebroek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php