>FromYourCode();

Source code quote in PHP179

  8 August, 2014 at 12:51
<?php

if ($someVariable == "some value") {
}
else {
  // do a lot of stuff, like echo html and more
}

Check similar quotes

Share this quote