[PHP] filesize() fails on file and works on it's copy (same permissions, same directory)

2013-08-13 Thread MichaƂ Kochanowicz
Hello I've got a file, which can't be checked with filesize(). I copy it (with permissions) and then I can filesize() the copy. This is same directory, permissions are same. I don't understand what's the difference. Can you help me? Original file: File: 'DSC_5196_fx-1553725666.JPG' Size:

[PHP] Why the difference in email transit times?

2013-08-13 Thread Tedd Sperling
Hi gang: I'm using the class.phpmailer.php code to send email -- it works neat -- very classy (no pun intended). I can send an email from my sperling.com domain and it arrives almost immediately. However, when I use the exact same code (except for the FROM address) from kvyv.com (another doma

[PHP] Re: Why the difference in email transit times?

2013-08-13 Thread Ian
On 13/08/2013 16:20, Tedd Sperling wrote: > Hi gang: > > I'm using the class.phpmailer.php code to send email -- it works neat -- very > classy (no pun intended). > > I can send an email from my sperling.com domain and it arrives almost > immediately. > > However, when I use the exact same cod