I have a php login script that is actioned to open an authentication page after the user enters their details, ie.
<form name="login" method="post" action="auth.php">
Currently this opens auth.php in a new window which is ok but is there any way for me to specify...
I having a scrolling Marquee that goes to a selected link when you click on the scrolling words. I am trying to define the link/ hover style but with no such luck. Below is an example of the marquee content. I have defined a class but it doesn't seem to apply. Can anyone help?
var...
I've been using dreamweaver templates for some time but never have I come across a problem like this before . . .
I define a site and create a template but when I try and create a new page from that template it tells me
"Error accessing file \\webserver\...\...\\\webserver\...\...\...dwt...
Hi,
I have a script for submitting a course booking form. When I submit the form it tells me that I have not submitted the following information: Managers Name and Managers Email - even though I have filled in all the fields.
I have gone over and over the script but can't seem to see where i am...
Hi,
I'm looking for a backup software product that allows mobile users to backup files to a network drive whenever they return to the office.
Does anyone know of a relatively inexpensive piece of software that would be able to do this?
Thankyou in advance . . .
Hi, I'm using the following piece of code to check if users have entered data into a form . . .
if((!$first_name) || (!$last_name) || (!$company) || (!$email_address) || (!$username)){
echo 'You did not submit the following required information! <br />';
if(!$first_name){
echo "First...
I am running the following signup script for users to be able to log in:
<?php // signup.php
include("common.php");
include("db.php");
if(!isset($submitok)):
// Display the user signup form
?>
<html>
<head><title>New User Registration</title></head>
<body>...
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.