monkeybidz Posted May 17, 2009 Share Posted May 17, 2009 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? Quote Link to comment https://forums.phpfreaks.com/topic/158504-solved-need-help-with-a-query/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.