Frage

Entschuldigung für diese neue Frage, ich habe gerade mit PHP mit PHP begonnen

Ich folge Yahoo Mail-Web-Apps PHP-Tutorial zum Abrufen von E-Mails von Yahoo.Der Führer ist hier http://developer.yahoo.com/mail/docs/user_guide/credentialDeuer.html

In Schritt 3 heißt es: Führen Sie im veröffentlichten Verzeichnis den folgenden Befehl aus, wo entweder JSON oder SOAP sein kann:

$ php listolders.php

Was bedeutet es mit dem RUN-Befehl?Wie ausgeführt Befehl auf cmd.exe oder woanders?

danke!

War es hilfreich?

Lösung

Yes, you need to cd (change directory) to your "unzipped directory", and I'll assume you don't have the PHP command available in shell, so you will probably need to supply the entire path.

from cmd.exe,

/path/to/your/php.exe ListFolders.php

or if you do not wish to cd to this directory, simply specify the full path

/path/to/your/php.exe /path/to/unzipped/ListFolders.php
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top