Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Help with searching a MySQL database
Old 10-12-2007, 11:30 AM Help with searching a MySQL database
Experienced Talker

Posts: 40
Trades: 0
I'm a PHP newb but I'm trying to learn. Right now I have a database I created with phpMyAdmin named 'search' but I have no idea how to search it. I have one table with 6 fields, one named 'name'. If someone could post the code to search the database for that field and then display the data in that row or point me to a site that shows how it's done I would be extremely grateful.
Prometheus is online now
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-12-2007, 12:20 PM Re: Help with searching a MySQL database
Foundationflash's Avatar
Ultra Talker

Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
Trades: 0
For now you can use:

SELECT * FROM tablename WHERE name="something";

But you should learn MySQL really, especially if you want to use it from PHP. The code above won't work directly into PHP, you have to set PHP up to connect to the sever etc etc, but the above will work as the query code in phpmyadmin. If you want to know how to get PHP to read from a database, google it or get a good book on PHP/MySQL out of your nearest library.
__________________
Foundation Flash tutorials :
Please login or register to view this content. Registration is FREE


New Dreamed Up Web Design:
Please login or register to view this content. Registration is FREE
Foundationflash is offline
Reply With Quote
View Public Profile Visit Foundationflash's homepage!
 
Reply     « Reply to Help with searching a MySQL database
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28957 seconds with 12 queries