Looking for some pointers here on how to use two different ADSL lines for different traffic.
Currently, I have an Active Directory domain with about 20 PC's on it.
I have an Exchange server with a fixed IP address on one of my ADSL lines.
I also have a WatchGuard firewall between the ADLS...
Hi
Not sure this is the right place for this but I felt it was the most suitable given the nature of my query.
I have a small network setup which contains 3, or maybe 4, network devices which 'manage' the comms.
Recently, the ADSL was upgraded and a new BT (this is in the UK) modem was...
I'm putting together my own mailing list manager (built in PHP and mySQL) and I have a question on managing users.
My thoughts were to have two DB tables: 1. emails table and 2. Lists table.
The link would be that each user in the 'emails' table would have a key to the 'Lists' table. That work...
I've written a small function that essentially collects a load of emails from the (mySQL) database and creates an email to send out.
The email is created in a RTE (TinyMCE) and the Admin user then clicks on a button to send the email to his selected mailing list.
What I want to do is have that...
Hi
I have a form which allows my users to upload up to 5 images, which will ultimately form a gallery set.
In that form, I have up to 5 file inputs, 5 caption inputs, a sort order input field and also a radio button set to choose the 'hero' image.
Here's the form:
<form action="<?php echo...
Maybe bit of an odd question, but I have a site which is fairly bland in terms of colour and I want to create either 4 or 5 CSS files which contain different colours or perhaps just a colour switch??
Basically, the site has two colours - white and dark colour which is used for the text and the...
I am trying to store dates in my database as a UNIX timestamp but there appears to be a problem saving (or converting) older dates.
For example, trying to save a date of 01/01/1854 (1St Jan 1854) doesn't work, I think. I say I think as the resulting conversion produces nothing.
Here's my code...
I've asked this question previously with jpadie, who typically provided a very good answer, albeit very complex (for me!).
What I have is the need for a fairly stable weekly timetable, so this is not a full calendar solution.
I want a weekly timetable with entries on it that don't really change...
Hi
I'm using a mySQL DB.
I have a form on my page with effectively 5 rows on it, each with say 3 or 4 fields on it.
So I want to insert all of these 5 rows into the DB at once when the user hits the Save button.
So firstly, how would I name each field on the form?
I assume they can't all be...
This has probably been answered so many times on this forum, but I'm having problems with my nested divs.
If you can see the attached image, I want to have a container that I repeat on the page, which has 3 DIVs within it...
A header div,
and then two floated divs
My issue is that I can't get...
Hi
Can anyone help with the following grid layout I need?
Grid Layout
I've been struggling with this all day and I now give up.
Help and advice gratefully accepted.
Just wondering if there is a PHP method for uploading a document (say a Word doc or a PDF), saving this somehow (mySQL) and then making the contents of the document searchable?
OK, I've been grappling with this for a while and now I give up.
I have a long list of 'products' on a page with various fields associated with each product. This is laid out in a tabular format, one product per line.
Two of the columns in this table are 'active' and 'stock'. Active defines if...
OK, I've played around with this for too long now, so I'm hoping I'll get some expert advice here. ;-)
What I have is a page that loads with a large top banner on it (large image across the page), then in the main body I have 3 thumbnails.
When any of the thumbnails is clicked, I want to...
OK, I can't understand this.
As part of my shopping cart, I have a session called 'cart' whihc should have the product ID and the quantity in it.
I call a funtion called 'getNumItems...
function getNumItems() {
$cart = $_SESSION['cart'];
if (!$cart) {
return '<p>No...
Hi
I have implemented some collapsible DIVs on an FAQ I am developing and I need some help with the change of state.
Here's the page code for collapsing the questions:
<strong><a href="javascript:animatedcollapse.toggle('Q1')">1. Do we need blah blah blah?</a></strong><br />
<div...
OK, this is a long shot but I wonder if I can do the following using Javascript and other methods which I believe can only be done with Flash right now.
I have a website which has a large banner across the top (1024 x 400). I want to add further images and the banner to rotate round using...
Now, I know this doesn't exist in PHP but I'm struggling to think of a way of doing it.
I have read that the easiest way of achieving this is by nesting a While loop in an IF ELSE statement??
Here's my code
$query = "select *,date_format(dateadded , '%W %e %M') as fDate from aboutcontent where...
OK, I've played around with this for long enough!
I'm using statements in my PHP files and this is what I have:
$result = mysql_query("select * from lunch where category='lunch' and date>=CURDATE()");
while ($row = mysql_fetch_assoc($result)) {
echo '<div class="lunchItem">';
echo...
I need to do some checking on my form and I can't work out how to do it.
Here's my page code:
<?php
session_start();
if (!isset($_SESSION['uid'])) {
die ("<span style='font-family:Verdana; font-size:12px'>You need to be logged in to view this page.<br /><a href='index.php'>Login</a></span>")...
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.