[SOLVED] Need help with HTML login

This is a discussion on "[SOLVED] Need help with HTML login" within the PHP Forum section. This forum, and the thread "[SOLVED] Need help with HTML login are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 21st, 2008, 22:06
Up'n'Coming Member
Join Date: Jan 2008
Location: London
Age: 17
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Need help with HTML login

Hi guys, ive got a HTML login:

www.thebestfloridavillas.com/new

I need the login section to login at:
www.thebestfloridavillas.com/forum

But its an awkward forum and is hard.


Any help please, thanks.
Reply With Quote

  #2 (permalink)  
Old Jan 22nd, 2008, 03:40
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Need help with HTML login

The correct term is PHP Login Script
Well, what you need is a GOOD PHP tutorial that can be found HERE.

..or you could check out the PHP Section in this forum and look for the STICKY post to learn some PHP tips

Cheers..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #3 (permalink)  
Old Jan 22nd, 2008, 06:33
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Need help with HTML login

Or check out the tutorial in last month's newletter:
http://creativecoding.webforumz.com/...n-with-php.php
Reply With Quote
  #4 (permalink)  
Old Jan 22nd, 2008, 07:14
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Need help with HTML login

[Moved to PHP Forum]

If you have an issue with me moving this, please PM me back. Thanks.
Reply With Quote
  #5 (permalink)  
Old Jan 22nd, 2008, 10:03
Up'n'Coming Member
Join Date: Jan 2008
Location: London
Age: 17
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need help with HTML login

Sorry, maybe i wasnt clear.
This IS a HTML problem, im trying to send my HTML Form details to my Forum's login page.

I figured it was:
<form src="./forum/login.php" method="post"> (As thats fine with Phpbb)

But it dont work, so i need someone to look at my forum please, and tell me where the src has to go.

As ive looked, ive got:
index.php?act=login
/main/login.php

Neither of them work..also i think when going to the login page it gives you session id as guest, because ive got loads of letters and numbers in the login form on my forum, when i view the source.

Hope thats clearer, thanks for the replys.


~Dean
Reply With Quote
  #6 (permalink)  
Old Jan 23rd, 2008, 03:49
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Need help with HTML login

Quote:
Originally Posted by Bravo81 View Post
I figured it was:
<form src="./forum/login.php" method="post"> (As thats fine with Phpbb)
Do you know what does "./" mean?
That means:
  • ./ - Going out from your current directory
  • forum - Entering forum folder and opens/run login.php file.
The correct syntax for that is like this:
<form src="../forum/login.php" method="post">

Note: There is TWO "dot" in front of the /. Hope that solves your problem

Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #7 (permalink)  
Old Jan 23rd, 2008, 05:20
Up'n'Coming Member
Join Date: Jan 2008
Location: London
Age: 17
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need help with HTML login

Nah, the ./ was right the ../ would of put me back in public_html - Thanks tho

I fixed it..by changing forums lol.

~Dean
Reply With Quote
  #8 (permalink)  
Old Jan 23rd, 2008, 05:26
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Need help with HTML login

The missing "s"!!!
Nice to know you "solved" it, I mean "found" it...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #9 (permalink)  
Old Jan 23rd, 2008, 15:20
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Need help with HTML login

It wouldn't take you back to public_html as it can't be accessed by the web. Only by PHP
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Login simonb PHP Forum 11 Jan 1st, 2008 19:35
[SOLVED] transform the xml to html with php and xsl checkmate PHP Forum 4 Nov 5th, 2007 01:36
[SOLVED] php Login page dhossai PHP Forum 26 Oct 17th, 2007 17:53
[SOLVED] Changing from html to CSS mcdanielnc89 Web Page Design 16 Oct 11th, 2007 04:29
[SOLVED] CSS/Html problem Rienk0r Web Page Design 12 Oct 4th, 2007 09:24


All times are GMT. The time now is 11:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43