Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/21/2021 in all areas

  1. The current "the IDE everyone is using" is VS Code. It's a multi-purpose IDE which means you install extensions to do whatever you want. And for better or worse, there are a lot of extensions. For PHP development specifically, PhpStorm is basically the reigning champion.
    1 point
  2. Your composer.json file defines two require keys. The first one has your intended requirements, the second later on is empty. The empty one overrides your first one.
    1 point
  3. You could just forget about the session value and SELECT ... ORDER BY RAND(dayofyear(CURDATE()))
    1 point
  4. And if you are really going to be a programmer you should enable the filename extensions in your windows install. Makes it easier to tell one file from another when it has an .html or .php or a .js or a .inc on it.
    1 point
  5. Tell us what happens with your code. Show us your code in these particular areas. Add some debugging to help you diagnose the problem (echo statements!). Help us to help you. Your saying that something "can't proceed' or "can't show" is not at all helpful. Do some work on your own to find out why things aren't happening. That's how a programmer makes things happen.
    1 point
  6. Virtually every editor out there can support PHP and SQL files. However, defining "support" is a trickier question, as it can be anything from highlighting to syntax checking to autocomplete, and different people want different options in their editor.
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.