I have a script which views posts on a forum. When I click on 'Delete' or 'Edit' in a post, it sends everything about the post to the same script, including the contents of the post, in a link. But it wont do anything after that besides show blank space.
if($edit && $username) -- Is there anything wrong with this?
Or is it something else?