Try telling us what data you are wanting to display and where it's from.
If it's database entries you can restrict your record set in the SQL command, if not you can use arrays. There are many solutions to this kind of thing but it's difficult to give one without the problem being defined well.
You can do product variants which do sizes and colours, etc. I did one for a customer, http://www.intimateitems.co.uk which has vairants for a lot of the clothing sections (colours, sizes).
This site is heavily modified though with PHP and a mySQL database too so things like the number of...
Help! I'm trying to install the DBI module on two systems, one a Windows 2000 PC and one a Solaris server. Neither have internet access so I can't use the ppm or CPAN methods.
I've downloaded DBI-1.25 but as I can't use make (or nmake), cl, ppn or CPAN I'm starting to get annoyed. I just...
The Storage Node has 6.1.1 on it as does the main backup server. No chance of upgrading them though anytime soon as I need to have the SN has to be the same or lower level.
Is it possible to have a Storage Node on a higher version of Legato than the main backup server?
Config is a Sun box with 6.1.1 and two NT4 storage nodes with 6.1.1 on too. To try to do some additional tasks we are looking at upgrading one of the storage nodes to 6.1.4 or even 7.1.2 but I'm...
Cheat and make them all lower case, e.g.
use strict;
my %results;
open FH, "test.txt" or die "Can't open test.txt\n";
while (<FH>)
{
my ( $name, $amount ) = split /,/;
$name = lc($name);
$results{$name} and $results{$name} += $amount, next;
$results{$name} = $amount;
}
close...
If you are in the UK, you can use OSCommerce with the NOCHEX plug in. NOCHEX charges a flat rate (2.6% I think) for credit/debit cards with 0 chargebacks. No setup fee, no software fees, just the hosting fees to pay.
I've setup a site and the only payment method option it has is credit/debit...
I've had a belkin KVM for years now and I highly recommend it. I run my main PC at 1600x1200 and there are no ghosting issues. It came with a power supply, but it seems to not need it so I dont bother.
Just one recommendation, get good quality video cables as you will get ghosting with cheapo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.