Cita:
Iniciado por mortiprogramador bueno, propongo algo así
Código PHP:
Ver original<?php
$clicks = 1;
?>
<html>
<script>
function test(){
document.getElementById('clics').value = parseInt(document.getElementById('clics').value) + 1;
}
</script>
<body>
<img src='[COLOR="Red"]http://[/COLOR]imagen.ext' onclick='test()'>
<input type='text' name='clics' id='clics' value='<?php echo $clicks;?>'>
</body>
</html>
prueba y comenta
saludos
La imagen debe empezar por http? es que lo mio es una imagen subida a mi servidor...no lleva a ningun enlace.