Hallo Leute
Ich habe folgendes problem:
ich möchte eine Ajax bzw js function in ein php.file aufrufen, also irgendwie so :
[php]$prods="";
$label = ......;
$image = ......;
counter = .....;
$prods=$prods.addProduct($label,$image,$counter);[/php]
WOBEI addProduct() keine php-Function sondern eine Ajax function, die sich in ein anderer file befindet.
wäre zu jeder Hilfe sehr Dankbar
Gruß
mual