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

PHP/MySQL help
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
38 / Male / Flag
Joined: Jul 2003
RE: PHP/MySQL help
no problem :)

And about doing the search, you will be doing something similar, except instead of using INSERT, you will use SELECT, something like:
code:
SELECT dvdName, dvdYear (etc etc) FROM TableName WHERE dvdName LIKE `%searchTerms%` ORDER BY dvdName ASC

Where dvdName, dvdYear (etc, etc) is the field list you want to return, TableName is the name of the table you are searching in and searchTerms is from the textbox you search in.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-10-2005 12:37 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP/MySQL help - by lordy on 11-10-2005 at 12:04 PM
RE: PHP/MySQL help - by Dempsey on 11-10-2005 at 12:09 PM
RE: PHP/MySQL help - by lordy on 11-10-2005 at 12:34 PM
RE: PHP/MySQL help - by Dempsey on 11-10-2005 at 12:37 PM
RE: PHP/MySQL help - by -dt- on 11-10-2005 at 01:00 PM
RE: PHP/MySQL help - by lordy on 11-11-2005 at 12:27 PM
RE: PHP/MySQL help - by Dempsey on 11-11-2005 at 12:45 PM
RE: PHP/MySQL help - by lordy on 11-11-2005 at 12:54 PM
RE: PHP/MySQL help - by WDZ on 11-11-2005 at 02:05 PM
RE: PHP/MySQL help - by lordy on 11-11-2005 at 10:03 PM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 03:41 AM
RE: PHP/MySQL help - by WDZ on 11-18-2005 at 04:50 AM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 05:07 AM
RE: PHP/MySQL help - by WDZ on 11-18-2005 at 05:14 AM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 05:21 AM
RE: PHP/MySQL help - by WDZ on 11-18-2005 at 05:28 AM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 05:32 AM
RE: PHP/MySQL help - by WDZ on 11-18-2005 at 05:47 AM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 05:50 AM
RE: PHP/MySQL help - by WDZ on 11-18-2005 at 05:53 AM
RE: PHP/MySQL help - by lordy on 11-18-2005 at 05:56 AM


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