Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

riggaP

@riggaP
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • And this is why I hate PHP (again)
    R riggaP

    Might work if the brackets are in the right place ;)

    (intval($header->getPlacedTimestamp() != 0)) ? 'Yes' : 'No';

    should be

    (intval($header->getPlacedTimestamp()) != 0) ? 'Yes' : 'No';

    This is why I hate PHP sometimes. How the original code doesn't at least generate a warning is beyond me...

    Need a mobile website? http://mobidoo.com.au

    The Weird and The Wonderful help php html oracle business
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups