Archive for September, 2009

PHP : get Request protocol Http or HTTPS

This item was filled under [ PHP ]

How to get Requested protocol Http or HTTPS in PHP?
This function will return True if HTTPS when called…
is_https()
{
return strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))==’https’? true : false;
}
is_https()
{
return strtolower(substr($_SERVER["SERVER_PROTOCOL"],0,5))==’https’? true : false;
}

Continue reading...

Tagged with: [ , , ]

Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined

This item was filled under [ Mac OS X ]

* New Version of Split & Contact is Now Available for Mac OS X 10.6 (Snow Leopard) http://www.freebyte.com/hjsplit/#mac
Issue: After updating My Leopard (OS X 10.5) to Snow Leopard (OS X 10.6), Split & Contact started to show this error message:

It seems there won’t be an update soon to Fix this problem from Developers… It’s much [...]

Continue reading...