Forum: PHP Dec 16th, 2009 |
| Replies: 2 Views: 333 I know how to do this to control current navigation display:
<?php $thisPage="one"; ?>
How would I modify it if I wanted there to be two pages, that is, if $thisPage should meet two conditions... |
Forum: PHP Dec 14th, 2009 |
| Replies: 3 Views: 479 Is it possible to control which files get included by looking at the browser type?
For example if I'm using:
<?php include("includes/nav.php"); ?>
but for all IE browser versions I'd like to... |
Forum: JavaScript / DHTML / AJAX Sep 29th, 2009 |
| Replies: 2 Views: 475 I'm using a Javascript gallery (runs on Prototype library) that populates a caption field if the user has entered a caption for an image.
I need a little bit of code to hide the caption's div... |
Forum: Windows NT / 2000 / XP Jul 23rd, 2007 |
| Replies: 2 Views: 1,122 Last night I moved my old Dell 2400's innards into a new larger case. The computer booted immediately (XP SP2) and ran fine, no problems at all, for several hours.
This morning when I started it... |