Please support our Web Development advertiser: Programming Forums
All 43 police forces across England and Wales have now published crime maps on the Internet, according to the UK Home Office. This means that people can access details of crime in the areas they live in via the neighbourhood crime maps scheme. What a monumental waste of time and resources!
As well... (Read More)
It has been a long time coming, but Apple has finally announced that iTunes is going DRM-free. As in, all songs on the iTunes site will ditch DRM. That's everything from Universal Music Group, Sony BMG, Warner Music Group and EMI along with thousands of indie labels. All with their musical... (Read More)
I am working mostly on FORMS and still I cannot create and perfect the layout without using tables. I do not want to use tables anymore.
I made a close to table-less by using LISTs but I use 's to come up with a squarish type of form.
NOTE: THE FORM has a lot of FIELDS :( (Read More)
mg viagra citrate
(http://www.aarp.org/community/sildenafil/journals/Buy_Viagra_without_a_pres/961811) (Read More)
I'm finding some information here and there about $PHP_SELF but never specific to the question I have. I'm not sure if I'm going about this right, but I'm using a form for user input, specifically a registration page - and I'd rather only have one page the user has to fill out instead of 2 or more... (Read More)
I have a .php web page with these lines:
//gather all the comments
$commentquery = mysql_query("SELECT * FROM comments WHERE tutorialid='$tutid' ORDER BY date DESC") or die(mysql_error());
//count all the comments for the total
$commentNum = mysql_num_rows($commentquery);
I want the value of... (Read More)
I am using "Microsoft Visual Web Developer 2008 Express Edition".
I have created a First page with a button and 2 textBoxes( see attached file)
In my project I have added a new item/Page 2 to this project.
What I now is trying to do or wonder how it is possible, is how to open this Page2 when... (Read More)
having some real difficulties with a loop I have that checks lottery numbers against users' selected numbers stored in a database. At the moment, the loop (below) will get all the users who have 1 ball that matches the lottery, but I don't know how to store this and keep cycling so that I only... (Read More)
Hi,
This must be a rather dumb question, but I'll ask it anyway.
Me and my friend are making a simple news script for our website, and thus we are not going to use mysql. The idea was to use mod_rewrite for SEO friendly URLs e.g /news/2008/12/25/this-is-the-subject/ (==... (Read More)
We have an MS-Access DB that we would like to create emails from is that possible.
Approx. 140 employees we like to create emails to from Access.
Thanks for any pointers.
Russ @ scaninc.org (Read More)
I am using ASP with MS Access Database to create a photo album
there are two tables in the database tblGallery and tblPics each table has the following columns
tblGallery = [galleryID] [galleryName] [galleryDate]
tblPics = [picID] [picCat] [picName]
tblGallery.galleryID = tblPics.picCat in order... (Read More)
Hi...
I have the following code...
case 10:
if($uid=$_GET['u'] && $pid=$_GET['p'] && $t=$_GET['ti'] && $type=$_GET['typ'])
{
print "$uid $pid $t $type ";
} (Read More)


