PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
And also, seeker, if you are trying to test to ake sure $entryid isn't empty with if($entryid=="$entryid"), then i highly suggest doing this instead: if(!empty($entryid))