Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-12-2003, 09:07 PM   PM User | #1
chinni
New Coder

 
Join Date: Sep 2002
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
chinni is an unknown quantity at this point
update functionality

Hello everybody,

I have a form where i can insert article heading and article text into a table.To be more precisely,
I first list all the topic names into a list box and then select one, click a button so that corresponding sub-topics are shown in the another listbox.Now, i can enter the article name and the article text.Its working fine:-)

I also want the user to update this article name or text in case if he has wrongly typed them.

How best can I do???

My table structure is something like
topic(topic_id, topic_name)
subtopic(subtopic_id,topic_id,subtopic_name)
articles(article_id,topic_id,subtopic_id,article_name,article_text)

I just want to put this update section as friendly as possible.Is that possible to put in the same form?

Could somebody explain me how can i do this one??I can show you my code also, so that you can help me out where all i can insert the update stuff.

Thanks everybody
chinni is offline   Reply With Quote
Old 02-16-2003, 12:01 PM   PM User | #2
chinni
New Coder

 
Join Date: Sep 2002
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
chinni is an unknown quantity at this point
I fixed it

I fixed it
chinni is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:55 PM.


Advertisement
Log in to turn off these ads.