Thread
:
php local
View Single Post
#
8
01-11-2003, 23:55
stan
Touriste professionnel
Join Date: 24-10-2002
Location: Suisse
Age: 40
Posts: 862
Re: php local
Juste comme ça, essaie de remplacer
PHP Code:
if (
$action
==
'tag_add'
) {
echo
"ok"
;
}
par
PHP Code:
if (
$_POST
[
'action'
] ==
'tag_add'
) {
echo
"ok"
;
}
__________________
stan
View Public Profile
Find all posts by stan