Examples with "in test.php" and their translation 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.
Danach erzeugen wir eine Instanz der Webanwendung mit der Konfiguration in test.php.
We then create a Web application instance using the test.php configuration file.
Andere resultaten
Rufen Sie nun die test.php in Ihrem Webbrowser auf.
Um sicher zu gehen, dass der Server/Webspace alle Voraussetzungen erfüllt, rufen Sie als nächstes bitte die test.php in Ihrem Webbrowser auf.
Starten Sie die Installation, indem Sie die Datei test.php in Ihrem Webbrowser aufrufen.
Start the installation by navigating your browser to the file "test.php"
Weitere Beispiele finden Sie in der Datei test.php.
Dokumentation Sie finden Beispielaufrufe für jede implementierte Funktion im test.php Skript.
Documentation You will find example calls for all implemented functions in the test.php script.
Das Skript speichern Sie als Datei mit der Endung php - z.B. test.php
Save the script as a file with the ending php e.g. test.php
Laden Sie die Dateien install.php, test.php und WCFSetup.tar.gz auf Ihren Webserver hoch.
Upload the files "install.php" and "WCFSetup.tar.gz" to your webserver
Die Datei test.php sollte nun aus Sicherheitsgründen gelöscht werden.
For security reasons please delete the test.php.
Laden Sie wie oben schon erwähnt die test.php, install.php und WCFSetup.tar.gz in das gewünschte Verzeichnis auf Ihrem Webspace.
Upload as already mentioned, the test.php, install.php and WCFSetup.tar.gz into the desired directory on your webspace.
Sie rufen es von der Kommand-Zeile auf: php test.php
You call it from the command line: php test.php
Der einzige Unterschied zwischen den beiden Dateien besteht darin, dass erstere test.php als Konfigurationsdatei verwendet, letztere main.php.
The only difference between index-test.php and index.php is that the former uses test.php as the application configuration file while the latter main.php.
Wir sollten auch beachten, dass wir für die Basis-URL unserer Tests index-test.php statt index.php verwenden.