diff --git a/examples/readme.md b/examples/readme.md
new file mode 100644
index 0000000000000000000000000000000000000000..e62032ff050fdf5fc79e165f9bc8332f8310d4ca
--- /dev/null
+++ b/examples/readme.md
@@ -0,0 +1,15 @@
+# To test php example
+
+(1) 
+
+Start PHP webserver
+
+```txt
+$ cd examples
+$ php -S localhost:9000
+[Fri Mar  7 09:01:52 2025] PHP 8.4.4 Development Server (http://localhost:9000) started
+```
+
+(2)
+
+In a webbrowser open <http://localhost:9000/embed_example.php>