[Phplib-users] phplib templates
Brought to you by:
nhruby,
richardarcher
From: Floor V. <ph...@fl...> - 2001-10-22 21:15:45
|
Hello, I am writing a project in PHP and I want to use templates (phplib) to keep my html separated from code. Passing values from the php-code to the template works perfect! Now I am trying to submit values in the form, but this is a problem. When I submit the old values in the form are submitted instead of the changed values. What am I doing wrong?? Any help would be appreciated. // code included in attachment. |