 |
Smarty
The discussions here are for Smarty, a template engine for the PHP programming language. Dedicated server web hosting provided by Guru-host.eu. |
| View previous topic :: View next topic |
| Author |
Message |
biande Smarty n00b
Joined: 26 Jan 2004 Posts: 1
|
Posted: Mon Jan 26, 2004 1:26 pm Post subject: Acessar array of array $_POST in $smarty.post |
|
|
Hello!
I have follow line in my html file:
<form method="post" action="receiver.php">
<input type="text" name="field['id']">
</form>
In the receiver.php:
$template->display("receiver.tpl");
In the receiver.tpl:
{$smarty.post.field['id']} not permited
How to this? _________________ Flávio Menezes dos Reis
biande@pop.com.br
Viva a liberdade! |
|
| Back to top |
|
messju Administrator

Joined: 16 Apr 2003 Posts: 3335 Location: Oldenburg, Germany
|
Posted: Mon Jan 26, 2004 1:35 pm Post subject: |
|
|
| the syntax is {$smarty.post.field.id} |
|
| Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|