plz help me

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
shibly.seu
Forum Newbie
Posts: 1
Joined: Thu Nov 19, 2009 6:09 am

plz help me

Post 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
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: plz help me

Post by papa »

HTML for the forms, PHP for processing the data and MySQL for storing it. :)

Nice topic btw.
User avatar
iankent
Forum Contributor
Posts: 333
Joined: Mon Nov 16, 2009 4:23 pm
Location: Wales, United Kingdom

Re: plz help me

Post 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
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

You'll find this useful:

viewtopic.php?f=6&t=30037
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re:

Post by pickle »

Jonah Bron wrote:You'll find this useful:

viewtopic.php?f=6&t=30037
Specifically:
[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.
and
[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.
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 :wink:
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply