Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

problème de formulaire, variables $_POST

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French
View previous topic :: View next topic  
Author Message
shepR
Smarty n00b


Joined: 25 May 2004
Posts: 4

PostPosted: Tue May 25, 2004 4:01 pm    Post subject: problème de formulaire, variables $_POST Reply with quote

bonjour je poste le premier topic en français pour un problème de transmission de variables entre un template et le fichier php.
Voilà mes fichiers :

-- index.tpl --

...
<form action="../index.php" method="post" name="rechercheAlbum" id="rechercheAlbum">
<input name="searchAlbum" type="text">
<input name="Rechercher" type="Submit" value="Rechercher">
</form>
...

--index.php --

...
if (isset($_POST['searchAlbum']))
{
$recherche=$_POST['searchAlbum'];
$smarty_page_accueil->assign("recherche",$recherche);
}
else{$smarty_page_accueil->assign("recherche","recherche inconnue");}
$smarty_page_accueil->display("index.tpl");//lance le template
...

je veux transmettre le champ de texte searchAlbum dans mon fichier index.php mais la variable n'est pas transmise. aidez moi svp !

Merci
_________________
shepR Wink
Back to top
View user's profile Send private message Send e-mail
atu
Smarty Regular


Joined: 18 Apr 2003
Posts: 51
Location: Luxembourg

PostPosted: Wed May 26, 2004 2:58 pm    Post subject: Reply with quote

Code:

<input name="searchAlbum" type="text" value="{$recherche|escape:"html"}">
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French All times are GMT
Page 1 of 1

 
Jump to:  
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
Protected by Anti-Spam ACP