Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~245 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for anand01

you need to use nested queries. in the sub query get all the rows which have values=yourNewValue and count the number of rows you have recieved. then in the super query check if count is less the 2 then insert the new value Hope it answers your question.

Member Avatar for fobos
0
154
Member Avatar for aliasname

I am creating a list of images dynamically, following is the code <?php for ( $counter = 0; $counter < $obj1->id; $counter ++) { ?> <tr><td> Week <?php echo($counter+1); ?></td><td><?php echo" <a href=\"#hiddenDiv\" rel=\"facebox\";>";?><img src="tue.png"/></a></td></tr> <?php } ?> when the user clicks on the image a form opens. every image …

Member Avatar for Member #905211
0
91

The End.