开发者

Yahoo Mail Web Apps PHP

sorry for this newb question, i just started programming with php

I'm following Yahoo Mail Web Apps PHP tutorial on retrieving mail from Yahoo. the guide is here http://developer.yahoo.com/mail/docs/user_guide/CredentialTheUser.html

on step 3 it says to: In the unzipped directory, run the following command, where can be either json or soap:

$php ListFolders.php

what does it mean by run command? like run comm开发者_如何学Cand on cmd.exe or somewhere else?

thanks!


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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜