what i mean is like this:
1 input text
when the 1st input text is filled a second one shows up
when the 1st and the 2nd one is filled a 3rd input text shows up
just like that N times until the user clicks submit.
Moderator: General Moderators
What is that all about?vin_akleh wrote:![]()
![]()
![]()
![]()
![]()
![]()
Why does this forum allow smiles? Might be a better question. If the forum allows them, don't be surprised if people use them.astions wrote:What is that all about?vin_akleh wrote:![]()
![]()
![]()
![]()
![]()
![]()
You may also want to read:Forum Rules wrote: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.
As written, this is impossible with PHP. The user will need to click a button to "Add another input" after they have filled in the first input. The form information would be sent to the server, processed, and sent back to the user with another input box added. This would occur N times until the user clicked submit.when the 1st input text is filled a second one shows up
php is a server-side language, and what you want is a client-side action. I agree with JasonDFR because the only way to do this is using JavaScript.vin_akleh wrote:there is nothing wrong with smileys
why do u people insist on java script i have posted this thread to know how to do this in PHP pleas.
so pleas do not write unnecessary replies pleas.
thank u