Jump to content

[SOLVED] Need Help With A Query!


monkeybidz

Recommended Posts

I need help creating a query to retrieve a comment from database.

 

DB TABLE NAME = MYSITE_BIDS

 

FIELD = `id`

FIELD = `comment`

 

I have a form I created to define id on my screen and I named it $comment_id

 

I tried:

query="SELECT `comment` FROM MYSITE_BIDS WHERE id='$comment_id'";

 

I was hoping to enter a comment_id on my form and get a result from mysql that matches comment_id and id.

 

Can anyone help?

Link to comment
https://forums.phpfreaks.com/topic/158504-solved-need-help-with-a-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.