Page 30 of 35

Re: Video#5

Posted: Sun Jun 05, 2011 8:08 pm
by 62896dude
Here is hopefully the actual solution!

So, in your login page where you have:

Code: Select all

<a href='register.php'>
Try changing it to this:

Code: Select all

<a href="register.php">
I can't guarantee that this will change anything, so let me know if it does! (I'm hoping it does)

Re: Video#5

Posted: Sun Jun 05, 2011 8:09 pm
by RogueTomboy
Hehe no worries. I have gotten the button to show up...I just don't know how to make my Register button link up to register.php :(

Re: Video#5

Posted: Sun Jun 05, 2011 8:12 pm
by RogueTomboy
Nope still doesn't work. Did I even link it up right to begin with? I'm not sure as I'm still learning :S

Re: Video#5

Posted: Mon Jun 06, 2011 6:33 pm
by ricliv
And I still need some help..

Re: Video#5

Posted: Mon Jun 06, 2011 7:36 pm
by 62896dude
Everyone, please understand that if you post your questions/issues in the sections of the forum designated to that, they are way more likely to be answered, most questions on these are ignored, yet if you post on the questions section, you are pretty much guaranteed to be answered there.

Re: Video#5

Posted: Mon Jun 06, 2011 7:38 pm
by 62896dude
And Rogue, try PMing halls, he will likely know how to fix your problem, im not of much use to you on this one :p

Re: Video#5

Posted: Mon Jun 06, 2011 8:06 pm
by hallsofvallhalla
you are missing a </form> for the authenticate form.

Re: Video#5

Posted: Mon Jun 06, 2011 8:24 pm
by ricliv
Am I?.. Or rogue.. Where should I insert /form?

Re: Video#5

Posted: Mon Jun 06, 2011 10:55 pm
by RogueTomboy
Dear lord... I had been staring at it for too long...

I didn't need the register button to authenticate....I needed it to register....

Code: Select all

<div id="register">
<form method="POST" action="register.php">
<input type="image" src="images/register.png" border="0" value="register" alt="register" a href="register.php"></a></form>
</div>
Thanks Halls and everyone else. I'm getting there! XD

Re: Video#5

Posted: Tue Jun 07, 2011 2:15 am
by hallsofvallhalla
riclv is this the issue posted under videos or a different one? Please post problem again