|
Senior Care and Elderly Assisted Living Resources
CONSUMER RESOURCES AND PUBLICATIONS
American Association of Homes and Services for the Aging
901 E St., N.W., Suite 500, Washington, DC 20004
202-783-2242;
National Association of Professional Geriatric Care Managers
1604 N. Country Club Rd., Tucson, AZ 85716;
520-88 I -8008;
This association can answer questions about the way in which these managers are trained.
American Association of Retired Persons
601 E St., N.W., Washington, DC 20049;
202-434-2277;
National Association for Home Care
228 7th St., S.E., Washington, DC 20003;
202-547-7424;
National Shared Housing Resource Center
321 E. 25th St., Baltimore, MD 21218;
410-235-4454;
Continuing Care Accreditation Commission
901 E St., N.W., Suite 500, Washington, DC 20004;
202-783-7286;
PUBLICATIONS
Journal of Gerontology
Contemporaty Long-Term Care Provider
Resident Life
Retirement Community Business
Search more information >>
| Elderly Assisted Living and Seniorcare: |
| |
|
#include ebay.php
require_once("ebay.php");
# a little error checking, just in case
if ($site_url == "http://www yourdomain com/") {echo " Open ebay.php and set the initial values first. \r\n";exit;}
# set the keyword from the example
$keywords = "";
# set the Ebay category
$category = "11778"; #medical, special needs
# create an instance of the ebay class
$ebay = new ebay();
# set the number of listings to display per page
#$ebay->eb_frpp = "15";
# call the main ebay class function
$ebay->listings($keywords, $category);
# display the auction listings
echo $ebay->html;
# That's really all there is to it! Seven lines of code.
?>
|
| |
|
|