insane87 Posted August 17, 2008 Share Posted August 17, 2008 How to add counter in the input form ? I meand this is the code <form> <td class="form">E-mail address: <span class="mandatory">*</span></td> <td class="form"><input type="text" name="email" id="app16106135765_email" value="[email protected]" readonly="" fbcontext="1f5464592872" /></td> </tr> <tr> <td class="form">Confirm your E-mail address: <span class="mandatory">*</span></td> <td class="form"><input type="text" name="email_confirm" id="app16106135765_email_confirm" value="[email protected]" autocomplete="off" readonly="" fbcontext="1f5464592872" /></td> </tr> Now I want to add counter that starts from 0 to 100 million .. example [email protected] then [email protected] .. Each time it is accessed it adds 1 .. And I want to show in both the boxes email and email_confirm the [email protected] how ? Thanks Link to comment https://forums.phpfreaks.com/topic/120039-add-countermyemailcom-in-both-email-and-verify-email-input-forms/ Share on other sites More sharing options...
dezkit Posted August 17, 2008 Share Posted August 17, 2008 Do you want it to change every time somebody submits the form, or? Link to comment https://forums.phpfreaks.com/topic/120039-add-countermyemailcom-in-both-email-and-verify-email-input-forms/#findComment-618361 Share on other sites More sharing options...
insane87 Posted August 17, 2008 Author Share Posted August 17, 2008 Yes .. It is for voting purpose .. Every time it adds 1 .. Link to comment https://forums.phpfreaks.com/topic/120039-add-countermyemailcom-in-both-email-and-verify-email-input-forms/#findComment-618362 Share on other sites More sharing options...
insane87 Posted August 17, 2008 Author Share Posted August 17, 2008 I only need this and the simple script am working on gets finished Thanks Link to comment https://forums.phpfreaks.com/topic/120039-add-countermyemailcom-in-both-email-and-verify-email-input-forms/#findComment-618366 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.