php - How do I fix and call this function every second? -


i have pasted code below can't seem work. i'd achieve when types in username box, i'd echo below, i'd function check field every second. thank you!

name:  <input type="text" name="username" /><br />  <?php $username = $_get['username'];  function functionname() { echo '<p>id: ',$username, "</p>"; } functionname(); ?> 

php isn't right language that, want in javascript achieve this. have @ question detecting input change in jquery?


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -