<?php
echo "Click here to make this your homepage...";
MakeHomepage();
?>
Some users have been getting a message like this:
Fatal error: Call to undefined function: makehomepage() in /mysite/cgi-bin/script.php
If this happens to you, it's because you need to install the PHP manual in a subdirectory of your local development server, near "php.ini" .....
😉 😉 😉