api - Yahoo Mail Web Apps PHP -


sorry newb question, started programming php

i'm following yahoo mail web apps php tutorial on retrieving mail yahoo. guide here http://developer.yahoo.com/mail/docs/user_guide/credentialtheuser.html

on step 3 says to: in unzipped directory, run following command, can either json or soap:

$php listfolders.php

what mean run command? run command on cmd.exe or somewhere else?

thanks!

yes, need cd (change directory) "unzipped directory", , i'll assume don't have php command available in shell, need supply entire path.

from cmd.exe,

/path/to/your/php.exe listfolders.php 

or if not wish cd directory, specify full path

/path/to/your/php.exe /path/to/unzipped/listfolders.php 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -