It’s been over a year in the works and today we are excited to announce that XBMC 11.0 is finally ready and available for download. You canfind XBMC 11.0 here.
Author Archives: Prosoxi.com Webmaster
SmoothWall Express
SmoothWall Express Express Open Source Firewall Project
PHP Declare Statement
Explanation The declare statement is used to set execution directive for a block of codes.
php implode keys with vars multidimensional array
Function to variation on implode_with_key:
php Alternative syntax for control structures
PHP offers an alternative syntax for some of its control structures; namely, if, while, for, foreach, and switch. In each case, the basic form of the alternate syntax is to change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or endswitch;, respectively. (PHP 4, PHP 5)
PHP HTTP Headers
Modify HTTP Headers (Examples) Many examples that show how to use the header() function of PHP