White space is the devil (or the devil is in the details) in PHP Redirection

Have you ever had a php script blow up in your face, telling you that headers were already sent by an errant line in one of your .php files? Only to investigate and find that there is no line? Your

datetime object in C# to unixtime

code

There may be an opportunity in one of your projects where you may need to convert a c# datetime object to unixtime.  To do so the following snippets can hel // To unixtime (DateTime.UtcNow - new DateTime(1970,1,1,0,0,0)).TotalSeconds; //To datetime (new