Forum: PHP Jul 3rd, 2009 |
| Replies: 6 Views: 618 Hey cjay,
You're supposed to replace your code with what I provided. The 3 dots are an ellipsis and it means that something is being omitted. In this case you were supposed to put the rest of... |
Forum: PHP Jul 2nd, 2009 |
| Replies: 6 Views: 618 It depends on what you're trying to do. If you want that div to never show up, then you can do something like:
<?php if (!$author == "admin") { ?>
<div class='dateauthor'>
...
</div>
<?php... |