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
U

User 10216595

@User 10216595
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • web development project
    U User 10216595

    When dealing with large amounts of data, try to use caching instead of going to database for every request.

    Web Development performance question code-review

  • how PHP works
    U User 10216595

    PHP is a scripting language, which basically means there is an "exe" somewhere reading the php script every time there is a request. For php that will be Zend Engine.

    Web Development php tools help question

  • PHP 8.2 - Unsupported operand types: string * int
    U User 10216595

    Assuming $inactiv is an integer:

    if (!isset($inactiv)) $inactiv = 0;
    else $inactiv = my_time() - intval($inactiv) * 2592000;

    It will be better if you make sure the $inactiv is always a number

    Linux, Apache, MySQL, PHP php help
  • Login

  • Don't have an account? Register

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