Newbie problem.

[email protected] ("Dominik SkÅ‚adanowski") Sun, 7 May 2006 20:52:49 +0200
Newsgroups php.smarty.general
Message-ID <[email protected]>
Hello list.

I'm rather newbie in Smarty and I noticed strange problem.

I've got this PHP script:
http://www.ch.pw.edu.pl/~dominik/dodajOsoby.php.txt

and Smarty template for this:
http://www.ch.pw.edu.pl/~dominik/dodajOsoby.tpl.txt

PHP works - database is filled with data becomes with PHP script. But
Smarty visualization is broken.

As you can see, PHP script display first form, after that second form
and after second form should be displayed data added to database.

As I wrote above, PHP works (script adds data to database), but Smarty
don't display last part: data added to database.

I have wrote few scripts in this way and it works, but this one 
don't. What I have made wrong?

Regards.