need help with make a MMORPG

Location of the Videos
Post Reply
666ryster
Posts: 4
Joined: Mon Jul 13, 2009 5:42 am

need help with make a MMORPG

Post by 666ryster »

ok so i watched the tutorial for making a free MMORPG on youtube right i got up to the test.php i did the same thing that the person on the tut did then i go to localhost/tutorial/test.php though it says

Parse error: parse error in C:\wamp\www\tutorial\test.php on line 2


someone please help me
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: need help with make a MMORPG

Post by Sakar »

Post your test.php script. We can't tell what's wrong with the code unless we see it ;)
666ryster
Posts: 4
Joined: Mon Jul 13, 2009 5:42 am

Re: need help with make a MMORPG

Post by 666ryster »

The extension php is not allowed.

it says that when i try attach it though here is what i put in the notepad

<?php
echo 'This is a Test.Hello world":
?>
User avatar
Sakar
Posts: 520
Joined: Thu Apr 23, 2009 2:59 am

Re: need help with make a MMORPG

Post by Sakar »

Change it to this

<?php
echo "This is a test, Hello World";
?>
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: need help with make a MMORPG

Post by Noctrine »

I see a colon ( : ) where a semicolon ( ; ) should be.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
666ryster
Posts: 4
Joined: Mon Jul 13, 2009 5:42 am

Re: need help with make a MMORPG

Post by 666ryster »

oh thanks it is hard to tell on his video :S
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: need help with make a MMORPG

Post by Noctrine »

Maybe, but in php the line delimiter is a semi colon. Also, all of the source code that he posts underneath the videos here on the forums uses semicolon's.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
Post Reply

Return to “Older Browser MMO Videos”