php

  • Missing MySQL References in PHP

    The following can be used for quick LAMP installation and/or if you are missing MySQL references in PHP. Debian: Redhat: Continue reading

  • PHP Quick Reference

    Escape sequences for print output: Max integer and float size (overflow): generate random number: Get Current Page Name: Came across the following on stackoverflow while looking for the PHP equivalent of string.format. Sprintf (similar to php printf, in c# string.format):… Continue reading

  • PHP on IIS7

    If you are unfamiliar with the term; PHP is a very popular open source web development language. It runs server side like ASP.Net instead of client side like javascript, and has many of the same features also seen with .Net.… Continue reading