About 1,800,000 results
Open links in new tab
  1. What Does the Code For a PHP Site Typically Look Like?

    Oct 8, 2011 · However, we'd like to see some examples of what might be considered "good" PHP coding for a dynamic website. So, are there any possibly open-source examples of well coded …

  2. PHP Like thing similar to MySQL Like, for if statement?

    I know, this question isn't actual but I've solved similar problem :) My solution: /** * SQL Like operator in PHP.

  3. Handling '0 references' for php callbacks in visuel studiio code when

    Sep 26, 2023 · When editing wordpress code in Visual Studio Code, if I have a function definition and than I use it as a callback for a call to add_action or add_filter like this: function …

  4. How Does Facebook's profile.php?=id Work? - Stack Overflow

    Apr 16, 2012 · You need a framework of some kind which does not involve mixing your main PHP inline with HTML. Personally I like to make my own as I stay in control. A very simple example …

  5. What does a good programmer's code look like? [closed]

    The best thing you can do is expose yourself to code. Look at other people's code. Open Source projects are a good source for that. You will find good code and bad code. The more you look …

  6. does .php files need the .php extension? - Stack Overflow

    Feb 26, 2016 · I'm using include and require from .php documents like so: index.php requires site.cfg.php, site.ini.php, site.tpl.php and so on.. But for a better overview it would be nice to …

  7. How does PHP works and what is its architecture ? [closed]

    PHP does have opcode cache addons, which kind of work like Java byte code, simply so PHP doesn't have to repeat the same parse and compile process every single time it's executing …

  8. html - PHP code displays as text - Stack Overflow

    Feb 1, 2015 · I am certain that my code is correct, and before you say the file is called whatever.html I am positive that it is a .php It displays ALL of my code, and not starting from a …

  9. What is the use of the @ symbol in PHP? - Stack Overflow

    Jun 23, 2009 · What can you do? You can talk to your API partner and if they're not able to keep it stable, you should probably look for another partner. In short: You should know that there …

  10. How to use DocBlocks in PHP 7.4? - Stack Overflow

    Generaly, using DocBlock in PHP is one of the best practices. It was very usefull for previous versions of PHP (lesser then PHP 7.3 or especially 7.4). It informs developers about class …

Refresh