Page 1 of 1

i need help with video 3

Posted: Thu Aug 07, 2014 10:57 am
by Blacksparrow

Code: Select all

Fatal error: Cannot use [] for reading in /home/yugiohev/public_html/reguser.php on line 23
i get this error code

Code: Select all

if (!$_POST('password') [] !$_POST('pass2'))
thats the code of line 23 but i don'tknow what it looks like since the video's quality is pixelated

Re: i need help with video 3

Posted: Thu Aug 07, 2014 2:28 pm
by hallsofvallhalla
it should be

Code: Select all

if (!$_POST('password') || !$_POST('pass2'))
Use the pipes.

Re: i need help with video 3

Posted: Fri Aug 08, 2014 3:47 am
by Blacksparrow
god i'm stupid thanks

Re: i need help with video 3

Posted: Fri Aug 08, 2014 5:09 am
by hallsofvallhalla
nah, happens to us all.