Thread: php local
View Single Post
  #10  
Old 01-11-2003, 23:58
Magi-X's Avatar
Magi-X Magi-X is offline
Modérateur
1 Highscore
 
Join Date: 31-10-2002
Location: Bruxelles
Age: 41
Posts: 816
Send a message via MSN to Magi-X
Re: php local

Quote:
Originally Posted by stan
Juste comme ça, essaie de remplacer

PHP Code:
if ( $action == 'tag_add' ) {
echo 
"ok";

par

PHP Code:
if ( $_POST['action'] == 'tag_add' ) {
echo 
"ok";


et ben ca fonctionne comme ca ... jy avait pas penser car enfaite j'ai tj fais comme moi jle mettais !

Enfin merci stan !!
Reply With Quote