Hi,
im working on a pager for a client.
Here's how it should work.... Let's assume we've got many products. I don't want to show them all at once. But let's say 10 per page.
The pager should not display all pages as links, but it should be configurable. Let's say I want to show a maximum of 10...
Imagine a dynamic website. The site consist of sections and pages.
home
intro
vacancies
vacancy 1
etc
contact
sections and pages are stored in separate tables
stblsections
----------------
SectionID int (primary key)
Title varchar
parentSectionID
sortorder int
stblpages...
My order table consist of 2 fields
Time_RX (datetime) dateTime order has been placed
Time_TX (datetime) dateTime order has been handled
Now I have to calculate the responsetime between placing an handling, with bussiness hours taken into account!
What I mean is:
Suppose Bussinesshours : 08:00...
I'm writing a little program, that calls a small dos-exe, I try to use the output of this exe in my script. The problem is that the exe is exepecting a key stroke [hit any key to continue...]
The code looks like this:
<cfexecute
name="C:\WINNT\SYSTEM32\CMD.EXE"
arguments="/c...
Hi,<br><br>I'm asked to develop a shopping cart for a friend of mine.<br>And i'm a bit lazy :).<br><br>So I was wondering : Is there a (non-encrypted) simple shopping cart template out there?<br><br>I've downloaded some templates from allaire, but all the really important pages were encrypted...
As of today i've got an account with domaindlx.<br>They're running CF-express (stripped down version of CF).<br>The problem is that I don't have access to the CF-administrator. So there's no way I can create a datasource.<br><br>Is there a way to establish a DSN-less connection to my DB?<br>(I...
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.