Welcome to Dream.In.Code
Click Here
Getting PHP Help is Easy!

Join 117,543 PHP Programmers for FREE! Ask your question and get quick answers from experts. There are 1,710 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



select uncommon rows from two tables

 
Reply to this topicStart new topic

select uncommon rows from two tables

dilemmalurve
post 20 Jul, 2008 - 06:56 PM
Post #1


New D.I.C Head

*
Joined: 22 Jun, 2008
Posts: 16


My Contributions


Hi, smile.gif I need help. I have a marketplace page which has a table which shows all the different contests. However, when i have selected a particular contest and returns to the contest page, im not supposed to see THAT CONTEST anymore. The problem should lie with the select statement.
Marketplace uses a database table called CONTEST and the people who selected the contest will be saved into CONTESTANTS table.

CODE
$result2;
if ($select==""){
$result2=mysql_query("select * from Contest c, Contestants d where NOT (c.CON_ID = d.CON_ID AND c.CON_TITLE = d.CON_TITLE)  ORDER BY $sort LIMIT $offset, $rowsPerPage");
}



PS:USERS ARE USING COOKIES.

USER_NAME = '$_COOKIE[ID_my_site]'


thanks!!!(:

This post has been edited by dilemmalurve: 20 Jul, 2008 - 06:58 PM
User is offlineProfile CardPM

Go to the top of the page


dilemmalurve
post 20 Jul, 2008 - 07:40 PM
Post #2


New D.I.C Head

*
Joined: 22 Jun, 2008
Posts: 16


My Contributions


Forgot to mention about the fields in the table. tongue.gif

In Contest
CON_ID
USER_NAME
CON_TITLE
CON_DESC
CAT_TITLE
START_DATE
END_DATE
PRIZE_AMT
PRIZE_QTY
INVOICE

In Contestants
CON_TITLE
ID
CON_ID
USER_NAME
JOINED_DATE
BLOG_URL


Thanks! wink2.gif



User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/7/08 05:40PM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month