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
plz help me
Moderator: General Moderators
Re: plz help me
HTML for the forms, PHP for processing the data and MySQL for storing it. 
Nice topic btw.
Nice topic btw.
- iankent
- Forum Contributor
- Posts: 333
- Joined: Mon Nov 16, 2009 4:23 pm
- Location: Wales, United Kingdom
Re: plz help me
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
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
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re:
Specifically:
and[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
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?"[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Also, welcome to the boards
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.