RegAPI Intro

From Second Life Wiki
Revision as of 17:05, 12 April 2007 by Glenn Linden (talk | contribs)
Jump to navigation Jump to search

Back to RegAPI Main Page Using the Reg API

To check that the appropriate PHP libraries are installed and working, create an info.php file with the following code.

|<?php phpinfo(); ?>

This will enable you to check that the curl library is installed and available, which is required for the PHP code to run. Many hosting services have it installed but inactive, and that will cause your RegAPI PHP code to fail.