473,698 Members | 2,246 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Newbee Trying to Create Login/Password Control on Homepage

Hi

I'm using DreamWeaver 2004 on a Win2k machine to create my homepage.
After spending several hours of mingling with ASP I discover that my
ISP doesn't support Access databases. So I turned to MySQL...

However now I'm stuck. I created the files describes in this tutorial:
http://www.gidforums.com/t-887.html

But I know next to nothing about SQL. For example - where is the
database. Is is just dynamic on the server someplace and how can I
refer to it?

The only thing I need is to make a password protected page, is it
really do difficult - or could one just place the password in a text
file on the server someway. Or can you guys direct me to a better
tutorial for making a password protected HTML page?

And specifically if I use SQL, how do I place the entries in the SQL
database in the first place?

Thanks

Klaus
Jul 19 '05 #1
2 4753
If you only want a password protected page you don't necessarily need
MySQL. For example, you could also just configure Apache to use HTTP
authentication. Check out
http://httpd.apache.org/docs/howto/auth.html
how to configure Apache for HTTP authentication.
HTH, Jonck

kl*******@hotma il.com (Klaus Kragelund) wrote in message news:<88******* *************** ***@posting.goo gle.com>...
Hi

I'm using DreamWeaver 2004 on a Win2k machine to create my homepage.
After spending several hours of mingling with ASP I discover that my
ISP doesn't support Access databases. So I turned to MySQL...

However now I'm stuck. I created the files describes in this tutorial:
http://www.gidforums.com/t-887.html

But I know next to nothing about SQL. For example - where is the
database. Is is just dynamic on the server someplace and how can I
refer to it?

The only thing I need is to make a password protected page, is it
really do difficult - or could one just place the password in a text
file on the server someway. Or can you guys direct me to a better
tutorial for making a password protected HTML page?

And specifically if I use SQL, how do I place the entries in the SQL
database in the first place?

Thanks

Klaus

Jul 19 '05 #2
If you only want a password protected page you don't necessarily need
MySQL. For example, you could also just configure Apache to use HTTP
authentication. Check out
http://httpd.apache.org/docs/howto/auth.html
how to configure Apache for HTTP authentication.
HTH, Jonck

kl*******@hotma il.com (Klaus Kragelund) wrote in message news:<88******* *************** ***@posting.goo gle.com>...
Hi

I'm using DreamWeaver 2004 on a Win2k machine to create my homepage.
After spending several hours of mingling with ASP I discover that my
ISP doesn't support Access databases. So I turned to MySQL...

However now I'm stuck. I created the files describes in this tutorial:
http://www.gidforums.com/t-887.html

But I know next to nothing about SQL. For example - where is the
database. Is is just dynamic on the server someplace and how can I
refer to it?

The only thing I need is to make a password protected page, is it
really do difficult - or could one just place the password in a text
file on the server someway. Or can you guys direct me to a better
tutorial for making a password protected HTML page?

And specifically if I use SQL, how do I place the entries in the SQL
database in the first place?

Thanks

Klaus

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1557
by: \Old Code Dude\ | last post by:
Hi, I have installed a ILS. Installed MYSQL Installed PHP on my XP PRO PC. I want to test and develop a webshop local. BUT...I got the PHP and ILS working. The SQL im not sure about. When I load the OSCommers webshop it lockes in step two (The SQL db
5
1582
by: Alex Nitulescu | last post by:
Hi. Because I'm a beginner in creating controls, I spent more than two *&^#$ hours to create this "login" as a custom control and to make it work properly: _________________________________________________________________________________________________________ Imports System.ComponentModel Imports System.Web.UI Imports System.Web.UI.WebControls <Description("Provides a login component"), DefaultProperty(""),
3
2145
by: bill | last post by:
I need to open a asp.net web form from a classic asp page, and pass a username and password to the asp.net page. The username and password exist as session variables in the classic asp application. I can't put the password in the classic asp page form as a hidden field and submit it, because someone can view source and see the password. This is a security problem I encounter in a mixed classic asp and asp.net environment. I don't...
1
2148
by: sharp2037 | last post by:
Hi Everyone, I am working on an ASP.net application and I have a homepage to which everyone visits of course and on that front page I have a user ID and password box and a login button. What I don't understand is some sites I visit don't use SSL on the login page. Instead you visit the homepage and there is no padlock. Then you type in your user ID and password and then click login and then it redirects to a secure area.
1
2117
by: kito | last post by:
Hi, I have a problem, when I want to access to my SQL Server Express database from my ASP.NET application. My workstation ID is KITOLAP-HP My username is user01 Now I built the following connection String (VB.NET): Dim workstation As String = System.Environment.GetEnvironmentVariable("computername") connectionString = "workstation id=""" & workstation & """;packet
6
3353
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in the past in other places, and while the help was much appreciated, it seemed everyone just wanted to 'theoretically' explain how to do it, but when I tried to do it myself, I couldn't login. I want to simply pass the email address and password to...
6
1726
by: bb nicole | last post by:
Below is my login function, but it cant display the username correctly, i don't know what is the problem. Thanx.. LOGIN FUNCTION <?php extract ($_POST); mysql_connect("localhost","root","")
3
3194
by: bb nicole | last post by:
Below is my login function, it can work well, but after i include it at my homepage, the print message is in the login page... What should it do to make the print message invalid username or password and please enter you enter both username and password display in homepage, please help me... <?php ob_start(); session_start(); ?> <html> <head> <style type="text/css">
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9170
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8901
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2336
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.