diff --git a/CodeCorner2.md b/CodeCorner2.md index d24b4c0..d543571 100644 --- a/CodeCorner2.md +++ b/CodeCorner2.md @@ -150,4 +150,10 @@ Much better, but some nagging error in the upper left corner of the frame where common::egw_footer(); } ``` -so we recieve our inital page o.k. \ No newline at end of file +so we recieve our inital page o.k. +But on Submit. It just did not work. After some work we figured out that ```$_SERVER['PHP_SELF']``` is +pointing to eGroupware Base ```index.php```. So we had to make our form-action more specific: +```php + echo "
+``` +this is in no way eGroupwarer - style. So this needs further refinement. \ No newline at end of file