The PHP language has two comparison operators for testing for equality: the Equal operator (==) and the Identical operator (===). This is necessary because PHP is a loosely-typed language – a variable can be assigned any type that you wish, …
Category Archives: PHP
Generate XLS (Excel Spreadsheet) in PHP
Posted by Robert Hollencamp on 01/20/2010
4 comments
Function to easily generate XLS data from an array.
Recent Comments