schoumi26 Posted January 2, 2012 Share Posted January 2, 2012 Bonjour, J'ai créé une nouvelle table "cadeaux" où j'y stocke les cadeaux offert aux clients. Ceux-ci pourront voir les cadeaux qu'ils ont reçu depuis leur compte. J'ai un problème dans ma requête mysql, pourriez-vous m'aider svp, j'aimerai afficher sur une nouvelle page client l'historique de ses cadeaux mais cela n'affiche rien du tout, comment puis-je associer l'id_customer du cookie à celui de ma requete ? $client = $cookie->id_customer; $requete = "SELECT id_customer, date, cadeau, commande FROM ps_cadeaux WHERE id_customer = ".$client; $resultat = mysql_query($requete); Merci Link to comment Share on other sites More sharing options...
jeckyl Posted January 2, 2012 Share Posted January 2, 2012 Bonjour, avez vous bien pensé à mettre $cookies en global dans votre function ? Link to comment Share on other sites More sharing options...
schoumi26 Posted January 2, 2012 Author Share Posted January 2, 2012 Bonjour jeckyl, Merci de m'avoir éclairé, j'avais oublié de mettre $cookies en global il se fait tard ;-) Bonne soirée merci 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