Forum: HTML and CSS Jul 26th, 2006 |
| Replies: 0 Views: 1,580 Hello,
I have a .shtml page that on it's own works with server side includes but when I call that page from a perl script which is called from a login .shtml page, they don't work.
I am using... |
Forum: HTML and CSS Jul 13th, 2006 |
| Replies: 4 Views: 3,317 I separated my html directories from my .cgi directories, and now everything is working great.
Now I have C:/Apache2/htdocs/(my html docs) and C:/Apache2/cgi-bin/(my cgi scripts) and they cross... |
Forum: Windows NT / 2000 / XP Jul 12th, 2006 |
| Replies: 1 Views: 1,001 ... and if so, is it a Windows config that needs to be fixe or something else? This may even be the wrong forum for this question, and if so, my apologies and please a hint on what the correct forum... |
Forum: HTML and CSS Jul 12th, 2006 |
| Replies: 4 Views: 3,317 I am trying to work through an example from CGI101 (Jaqueline Hamilton's book) and my head is getting turned around. I have two files: env.cgi which looks like
#!C:/Perl/bin/perl -wT
use strict;... |
Forum: MS SQL Jul 10th, 2006 |
| Replies: 1 Views: 1,406 How do I find, alter, create, edit, etc. the stored procedures, triggers, and foreign keys on an MS SQL 2000 database? I'm trying to figure out how a given database maintains its referential... |
Forum: Perl Jul 9th, 2006 |
| Replies: 1 Views: 1,861 I am going to write a log-in script to a MS SQL database where once the user is logged in, he or she will have certain capabilities given the roll assigned (student, admin, or volunteer), but not... |
Forum: MS SQL Jul 9th, 2006 |
| Replies: 0 Views: 3,540 I have a DB which have three types of users: students, admins, and volunteers. I am trying to use SQL Server Enterprise Manager 8.0 to set up those roles such that students can (where appropriate)... |
Forum: Windows Servers and IIS Jul 7th, 2006 |
| Replies: 2 Views: 2,969 Hello, I'm inheriting a half-built web-site that has runs on IIS over an MS SQL database. The web pages are written in ASP and they are mostly a mess. Is it possible to use Perl scripts in an MS... |