I am having one captcha image on php. Can any body help in getting the refresh/ reload code. My php form code is given below.
<form action=" " method="post" name=" ">
CAPTCHA: <input type="text" name="name" />
<img src=" " id="captcha" />
<input type="submit" value="SUBMIT" name="submit" />
</form>