What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php coding help

2 votes - 5 average   php coding help
Author: Message:
k776
Junior Member
**

Avatar

Posts: 98
Reputation: 3
– / Male / –
Joined: Aug 2004
RE: php coding help
Thanks WDZ. Its working now :)

New questions:

1. Is this how to put a [Delete] button next to name so it deletes the table I want without having to go into mySQL??
code:
$sql = "DELETE FROM `download_items` WHERE id = '$id' LIMIT 1";
echo "[Delete]<br>\n";

2. I also want a [Edit] button that pulls the info from the download, onto a form in the right places, and allows me to edit it. How can that be done?? (just like this baord, when you click edit, it pulls the name of the thread description etc. If it is too hard, Ill just have to edit it in mySQL :( )

3. I have game and program downloads. I want to have a select box that has to be chosen first to open up the other selections. eg:  Select1 and Select2.
Select one asks for Game Download or Item downloads. If items is chosen, it displays the catagories in select2, if game is chosen, differnet ones. See what I mean?? Currently, only 1 is possible, I dont want to have to make two forms. So until Select1 is chosen, can select 2 be greyed out somehow?? Next, I need the coding. Most probably an if statment, like
code:
if "select == item {
code to process form here into the right place (got this one)
} else {
the code to put it in another place (got this too)
}

Thanks for the help so far everyone.

This post was edited on 09-11-2004 at 03:47 AM by k776.
[Image: k776.jpg]
09-09-2004 08:46 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php coding help - by Eljay on 09-04-2004 at 05:26 PM
RE: how to include smilies - by fluffy_lobster on 09-04-2004 at 05:59 PM
RE: php coding help - by Eljay on 09-04-2004 at 06:21 PM
RE: php coding help - by -dt- on 09-05-2004 at 05:45 AM
RE: php coding help - by k776 on 09-05-2004 at 06:09 AM
RE: php coding help - by Jammie on 09-05-2004 at 08:15 AM
RE: php coding help - by fluffy_lobster on 09-05-2004 at 04:35 PM
RE: php coding help - by k776 on 09-06-2004 at 09:18 AM
RE: php coding help - by WDZ on 09-06-2004 at 09:33 AM
RE: php coding help - by k776 on 09-08-2004 at 05:30 AM
RE: php coding help - by WDZ on 09-08-2004 at 12:51 PM
RE: php coding help - by k776 on 09-09-2004 at 12:10 AM
RE: php coding help - by WDZ on 09-09-2004 at 02:56 AM
RE: php coding help - by k776 on 09-09-2004 at 03:48 AM
RE: php coding help - by WDZ on 09-09-2004 at 04:23 AM
RE: php coding help - by k776 on 09-09-2004 at 04:51 AM
RE: php coding help - by WDZ on 09-09-2004 at 05:20 AM
RE: php coding help - by k776 on 09-09-2004 at 05:42 AM
RE: php coding help - by WDZ on 09-09-2004 at 12:38 PM
RE: php coding help - by k776 on 09-09-2004 at 08:46 PM
RE: php coding help - by fluffy_lobster on 09-10-2004 at 06:19 PM
RE: php coding help - by k776 on 09-10-2004 at 09:37 PM
RE: php coding help - by WDZ on 09-11-2004 at 03:08 AM
RE: php coding help - by Eljay on 09-11-2004 at 06:38 AM
RE: php coding help - by k776 on 09-13-2004 at 09:37 AM
RE: php coding help - by Eljay on 09-13-2004 at 04:32 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On