Hi, I'm in the midst of redevloping a website with products broken down into categories by their title/starting letter. At present the entire site is static. On the new site, all products will be...
Hi, I'm not sure where to put this as it technically comes under a few headings. Anyway, in short I'm wanting to set up an RSS feed that users have to authenticate to be able to read. I understand...
That wont work for me - the idea is that the main content section scales to fill the browser window regardless of resolution/window size, and anything beyond that size is the bit that scrolls.
Hi, I've got a site I'm designing which has a basic table for a layout. Anyway, what I would like is to have a scrolling div for the main content section of the site which has a variable height...
After talking to the client some more, it looks as if the page is being cached at the login state more than the cookie being duplicated. If they try and actually get into the members section on a...
Hi, I've just received an e-mail from a client of mine in regards to a website I'm developing for them. It's got a php/mysql login system that I developed to go with it for a part of the site. The...
Okay, thanks for that. That should be all I need to know. I'll get onto our IT guy about the SSL side of things, and I'll do what I can to ensure only necessary people get at the CC info. Cheers.
Hi, I'm about to start on a website for registration for an upcoming conference, and the client wants to be able to have users submit their credit card number along with a few other registration...
I think you're not understanding what I mean by courses and sub-courses etc. Think of a course like a university/college degree, and inside that you have your subjects. Using this analogy, the...
Hi, I'm trying to set up a bit of a database here with key relationships between the tables. (Forgive me if I don't use the right terminology in the right context - it's been a while since I've done...
Hi, I've got a web-based form I'm trying to put together to send e-mails with attachments from a website, and I'm having trouble getting my process script to see the attachment's variable.
Can't believe I didn't check this sooner - I solved the problem. When I was calling setcookie(), since I wasn't specifying a path, it was defaulting to /login for the cookie being valid on, and when...
Hi, I'm trying to design a login system using a session cookie to determine if a user is logged in or not, and am having a problem where the $_COOKIE['cookiename'] variable isn't set according to...
Hi, I run a few website for various clients, and one has just asked for a "Popular Pages" sort of section dynamically updated daily. The basic idea is this:
Hi, I'm working on the following site: CRCV, and I'm having problems with the Javascript onLoad event not triggering, which I need to use to run a slideshow. For now I've replaced it with a simple...