Vertaling van "De php-code" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Het is cruciaal dit zelf ook te doen bij wijzigingen in de PHP-code.
It is crucial to do this yourself too when you make changes to the PHP code.
Het onderliggende gedrag van de PHP-code valt buiten de beperkingen van dit artikel, maar het is wel het vermelden waard om het verschil tussen pagina's en posts te maken.
The underlying behaviour of the PHP code is beyond the scope of this article, but it is worth mentioning in terms of the difference between pages and posts.
Bijvoorbeeld: als je de PHP-code voor de header wilt wijzigen, gebruik je een bestand header.php in de map van het subthema. Dit bestand wordt dan gebruikt in plaats van header.php van het hoofdthema.
For instance, if you want to change the PHP code for the site header, you can include a header.php in your child theme's directory, and that file will be used instead of the parent theme's header.php.
PHP is een scripttaal die meestal wordt gebruikt door webontwikkelaars om dynamische inhoud mogelijk te maken, wat inhoudt dat de inhoud van een webpagina kan wijzigen op basis van de parameters die zijn ingesteld in de PHP-code.
PHP is a scripting language utilized most often by web developers in order to offer dynamic content, which means that the content on the web page can change based on the parameters set in the PHP code.
Of zelfs als een pagina normaal niet kan worden veranderd in het CMS, duiken wij even de PHP-code in.
Or even if a page cannot normally be changed in the CMS, we will dive into the PHP code.
Klik op deze en kopieer de PHP-code op een PHP-pagina van deze website.
Click on this and copy the PHP code onto a PHP page of that website.
Zij moeten aan de hand van de PHP-code voor dit bestand kunnen bepalen welke veranderingen in de serverconfiguratie moeten worden aangebracht zodat de PHP-formulieren van Muse goed werken.
They should be able to look at the php code for this file and determine what configuration changes need to be made on your server for Muse PHP forms to work properly.
Als de PHP-code en templates van Magento optimaal zijn ingericht, dan is het namelijk zo dat veel HTML-blokken gecachet kunnen worden.
When the PHP code and Magento templates have been set up optimally, many HTML blocks can be cached.
De php-code is heel beperkt.
htm/ .html webpagina's - u moet het.htaccess -bestand in de root van uw website bewerken en de PHP-code instellen om in dit type webpagina te kunnen draaien
htm/ .html web-pages - you will need to edit the.htaccess file in the root of your website and set the rule for PHP code to run in such web-page types
Vereisten: Om deze voetbalwidgets te kunnen gebruiken, moet uw hosting account de PHP-code kunnen uitvoeren.
Requirements: In order to use these football widgets, your hosting account must be able to run PHP code.
Een aantal PHP-sites zijn in feite langzaam, maar niet vanwege de PHP-code zelf maar vanwege de relatie tussen de applicatie en zijn omgeving.
Indeed, many PHP site are slow, not because of PHP code but because of the relationship between the application and its environment.
Bijvoorbeeld: als je de PHP-code voor de header wilt wijzigen, gebruik je een bestand header.php in de map van het subthema.
For example, if you wanted to change the code of the parent theme's header.php file, you would copy the file to your child theme folder and customize it there.