[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. The problem is, there is a notable

[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

[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'm having: $imagenamesmall = $foldersystem

Re: [PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
($foldersystem, 0777); //save picture if(!($handle = fopen($imagenamesmall, 'w'))){ echo Cannot open file (31); exit; } This code works for me. How about you ? -- /James On Thu, May 1, 2008 at 11:04 AM, Joep Roebroek [EMAIL PROTECTED] wrote: Does anyone have an idea

Re: [PHP] Re: Question regarding fopen

2008-05-01 Thread Joep Roebroek
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.. It does.. But I have also tried adding a letter (which gives me the good result

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 per advert, you can

[PHP] Question regarding fopen

2008-04-29 Thread Joep Roebroek
ask. Thanks in advance. regards, Joep Roebroek -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php