diff --git a/caca-php/examples/www/import.php b/caca-php/examples/www/import.php
index 2361f0f..d67a42c 100644
--- a/caca-php/examples/www/import.php
+++ b/caca-php/examples/www/import.php
@@ -77,6 +77,11 @@ if($file)
echo caca_export_string($cv, "html3");
}
+else
+{
+ ?>See libcaca export test program for an example file.