Forum: Storage Jul 3rd, 2009 |
| Replies: 13 Views: 1,221 You're going to hate the start of this answer, but it really does depend on what you're going to use it for :-)
Let's talk about the technology first. Unless we're talking about a Solid State... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 6 Views: 627 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: 627 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... |