Vertaling van "a.php" in Duits
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.
Place the code in a.php file (e.g.
So that some file types (.inc for example) are processed by PHP in the same way as a.php file, you first need to add the following line to a.htaccess file
Damit bestimmte Dateitypen (z.B... inc) von PHP genau wie eine.php-Datei behandelt werden, musste früher folgende Zeile in eine.htaccess-Datei eingefügt werden
Pages A2, A3 and the like can now again be opened via a2.php, a3.php and so on, instead of using a.php? seite=2...
Seitenaufruf Alphabetseiten Seiten wie A2, A3 usw. können jetzt wieder über a2.php, a3.php usw. aufgerufen werden, anstatt über a.php? seite=2.
If you want to open or edit a.php file, you can use any application designed for editing plain text files.
Wenn Sie eine.php Datei öffnen oder bearbeiten wollen, können Sie das mit jede Anwendung tun, die Klartext bearbeiten kann.
A.php file is a plaintext file that contains a PHP source code that, when processed on the server side, yields a dynamically generated HTML page to be served to a client.
Eine.php Datei ist eine Klartext-Datei, die einen PHP Quellcode enthält. Nach Verarbeitung der Datei auf dem Server wird eine dynamisch generierte HTML Seite an einen Client gesendet.
The language files all have a.php extension (eg moodle.php or workshop.php).
Alle Sprachdateien haben die Endung .php (z.B. moodle.php oder forum.php).
To find out the current settings of the php.ini, you can create a.php file that will show you the settings.
Um die momentanen Einstellungen der php.ini abzufragen, können Sie eine.php Datei erstellen welche Ihnen die Einstellungen anzeigen wird.
If you want to place an ad or its code for output directly within a.php file/ template file, this is also easily possible with the Advanced Ads Plugin.
Caution: Not all lines with RewriteRule and a.php file in your.htaccess are malicious.
In Ihrer.htaccess-Datei sind aber nicht alle Zeilen mit RewriteRule und einer.php-Datei schädlich.
If you want to include an ad in a.php file/ template file or the function for output, you have to select Shortcode/ Function in the menu Ad Placements.
Wenn du eine Anzeige in einer.php-Datei/ Template-Datei bzw. die Funktion zur Ausgabe einbinden möchtest, musst du hierzu im Menü "Anzeigen-Platzierungen" den Punkt "Shortcode/ Funktion" auswählen.
This behaviour changed in PHP 5, so for example with Windows the path is normalized first so that C:\PROGRA~1\A.php is realized the same as C:\Program Files\a.php and the file is included just once.
Dieses Verhalten hat sich in PHP 5 geändert, so dass zum Beispiel bei Windows der Pfad zuerst normalisiert wird, sodass C:\PROGRA~1\A.php und C:\Program Files\a.php als das selbe erkannt und nur einmal eingebunden werden.
The first thing you need to do is open a new file somewhere in your site, and give it a.php extension.
Note that there is no restriction on which files can be executed; in particular, the filename is not required have a.php extension.
Es gibt keine Einschränkungen darauf welche Dateien ausgeführt werden können; beispielsweise muss ihr PHP-Skript nicht auf.php enden.