html >> Member Log In Page

by blackhawks » Thu, 26 Jan 2006 00:54:32 GMT

I'm right there with you. Unfortunately, as I move further and further into
planning my site, I'm realizing how near impossible it is to delelop a database
using MySQL and PHP sripting without prior experience or training. I can't
even figure out how to set up my testing server just to test things.

I'm at a loss.:confused;



html >> Member Log In Page

by figfan » Thu, 26 Jan 2006 20:18:13 GMT


Same here - I previously had a site up and running using ASP with an Access
database - so I'm not a complete newbie. Now I'm trying to "move on" to MYSQL
and PHP. I'm quite at home with a DOS prompt, but never have I come across
such a non-intuitive combination as these two. I've been trying to connect to
my database for over a week now! Just as well I enjoy a challenge...I'm going
to get to the bottom of this if it's the last thing I do. Have to say that my
ISP support leaves a lot to be desired. I've been asking for the *full* URL
path to the database server for over a week and all they come back with is
/home/username/public_html, which isn't really helping!

I'm currently trying to get a simple login page running see
http://www.figfan.com and will happily report back for the benefit of anolte if
I ever get it working.




Similar Threads

1. member log in page

Open DW, press F1 and read about user authentication.

2. Member log in page - Dreamweaver

3. your home page / members log in

hi guys

 I need a members log in like you guys have 

 email
 password

 is their a tutorial or a video tutorial out there

 all my work is save as html (250 pages) do i need to change them all to asp? 
if so which is the one i should use?

 hope someone can help 
 thanks pete

4. Display if Member is Logged In - Adobe Dreamweaver

5. Members log-in

I'm wondering if there is a way to create a members log in, in dreamweaver.  If so can you tell me how?

6. restricted page redirects to login page after already logged in - Dreamweaver

7. basic help needed on using members in asp pages

I have the following ASP.NET page :

<!-- event.aspx -->
<%@ Page Language="C#" %>
<html>

<script runat=server>
protected int counter;
protected void OnClickMyButton(object src, EventArgs e)
{
  counter++;
  _message.InnerText = "You clicked the button " + counter + "
times!";
}
protected void Page_Init(object src, EventArgs e)
{
  _MyButton.ServerClick += new EventHandler(OnClickMyButton);
}
</script>

<body>
  <form runat=server ID="Form1">
    <h2>ASP.NET event page</h2>
    <p>
    <input type=button id=_MyButton value="Click me!" runat=server
NAME="_MyButton"/>
    </p>
    <span id=_message runat=server/>
  </form>
</body>
</html>


I expect that each time i click on the button, a new HTTP GET method
is sent to the server and the click event would call the
OnClickMyButton method which would increase the value of the counter
on each click.
But the counter never gets incremented, then I believe that i
misunderstand something in the mechanism, either the counter loose his
value between each click or after the first click the event does not
occur anymore or ... i don't tknow...
Please could u explain me how to keep a value between different call
of the same page? And what is the real mechanism each time that i
click on the button?

Thank you.

Francois

8. Adding a Members Only page - Adobe Dreamweaver