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.
|
|
|
|
|
![]() |
||
[SOLVED] Need help with HTML login
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[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. |
|
|
|
#2
|
|||
|
|||
|
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)
|
|
#3
|
|||
|
|||
|
Re: Need help with HTML login
Or check out the tutorial in last month's newletter:
http://creativecoding.webforumz.com/...n-with-php.php
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#4
|
||||
|
||||
|
Re: Need help with HTML login
[Moved to PHP Forum]
If you have an issue with me moving this, please PM me back. Thanks.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
Re: Need help with HTML login
Quote:
That means:
<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)
|
|
#7
|
|||
|
|||
|
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 |
|
#8
|
|||
|
|||
|
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)
|
|
#9
|
||||
|
||||
|
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)
|
![]() |
| Thread Tools | |
|
|
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 |