BoKKoH Posted February 14, 2011 Share Posted February 14, 2011 Bonjour à tous,Je cherche à récupérer la valeur de la variable $static_token qui se trouve dans le fichier product.tpl mais je veux la récupérer en PHP dans un fichier.php comment faire ? <input type="hidden" name="token" value="{$static_token}" /> {$static_token} vaut : <input type="hidden" name="token" value="f979f4b36bb571f179d4a6bf561c5867" > Y a t'il une solution ? j'ai essaye de la récupérer avec des $_SESSION et $_COOKIE mais ça ne fonctionne pas =sMerci pour vos réponses Link to comment Share on other sites More sharing options...
BoKKoH Posted February 15, 2011 Author Share Posted February 15, 2011 Personne ne connait ? =s Link to comment Share on other sites More sharing options...
DevNet Posted February 15, 2011 Share Posted February 15, 2011 Bonjour,Simple appel static sur une méthode de la classe Tools : Tools::getToken(false) Bien cordialement Link to comment Share on other sites More sharing options...
BoKKoH Posted February 15, 2011 Author Share Posted February 15, 2011 Merci exactement ce qu'il me fallait =D Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now