Page 1 of 1
plz help me
Posted: Thu Nov 19, 2009 6:14 am
by shibly.seu
hi
i m new here also new in php language.
i m in a problem with my assignment.
problem like that below
i have 5 text (input) box.i want to change the box by pressing enter when i m writing something in these text box.
how i will do this?
is it with php or html?
plz response me soon
shibly
Re: plz help me
Posted: Thu Nov 19, 2009 6:30 am
by papa
HTML for the forms, PHP for processing the data and MySQL for storing it.
Nice topic btw.
Re: plz help me
Posted: Thu Nov 19, 2009 7:15 am
by iankent
If I understand correctly, you want to allow the user to move from one text box to another by pressing enter?
If so, afaik you can't do this with either PHP or HTML, you'll need to use Javascript, in which case see here:
http://www.devppl.com/forum/post51027.html
Posted: Thu Nov 19, 2009 10:54 am
by Jonah Bron
You'll find this useful:
viewtopic.php?f=6&t=30037
Re:
Posted: Thu Nov 19, 2009 2:41 pm
by pickle
Specifically:
and
You should also know that if this is an assignment, you won't get anyone handing you the answer. If the point of this assignment is for you to learn, you're going to have to do that yourself. If you have questions about something in particular, please don't hesitate to ask. Just don't ask "Can you do this" or "How do I do this whole thing?"
Also, welcome to the boards
