The Gyrolabs mobile portal is up. You can visit this link from your phone or PDA and it will save your past links and provide you with a list of the most commonly typed in links. To make sure that your URLs are saved, use a username. To get to Gyrolabs mobile: http://m.gyrolabs.com/
and if you want to use a username: http://m.gyrolabs.com/?username
Overview:
Quick collection of functions I use in all of my web applications
There is extended documentation in the lib file.
Features
enclose_string($var[,$enclosewith]): encloses either a string or an array with a string or quote. If no “enclosing string” is specified, it encloses the strings in ‘
create_query($array,$table,[insert or update,[$id,[$idcol]]]): Creates a SQL query from an array
escape_quotes($var): escapes quotes in either a string or array and prevents double-escaping that can occur with addslashes()
print_menu($array): recursively generate a menu from an array