i need help with video 3

Location of the Videos
Post Reply
Blacksparrow
Posts: 2
Joined: Thu Aug 07, 2014 10:52 am

i need help with video 3

Post 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
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: i need help with video 3

Post by hallsofvallhalla »

it should be

Code: Select all

if (!$_POST('password') || !$_POST('pass2'))
Use the pipes.
Blacksparrow
Posts: 2
Joined: Thu Aug 07, 2014 10:52 am

Re: i need help with video 3

Post by Blacksparrow »

god i'm stupid thanks
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: i need help with video 3

Post by hallsofvallhalla »

nah, happens to us all.
Post Reply

Return to “Older Browser MMO Videos”