• SokathHisEyesOpen
    link
    fedilink
    English
    1211 months ago

    You don’t need a framework for PHP. That’s the beauty of it, you don’t need anything. You cannot build a website with Python without a framework.

    • @_stranger_
      link
      1611 months ago

      I know this answer is flippant and dickish, but:

      python3 -m http.server 80
      
    • Camelbeard
      link
      211 months ago

      Sure but don’t cry when someone injects some js in your website or drops a table, because you didn’t sanitize every input completely.