hi there, ok ,here's the used function: function getTime() { $.get("<?=DOMAIN_NAME?>/common/time.php", function(data){$('#time').html(data); setTimeout('getTime()', 1000); }); } getTime();
and the file time.php contains this line: <?=date('h:i:s a');?> it isn't the only one i have other problems with validation, thank you for evrything On Apr 8, 4:48 pm, MorningZ <[EMAIL PROTECTED]> wrote: > Might help others help you if you give a snippet of the code that > doesn't work