Search found 6 matches
- Mon Mar 21, 2011 12:59 am
- Forum: Beginner Help and Support
- Topic: Browser MMO Tutorial
- Replies: -1
- Views: 4013
Re: Browser MMO Tutorial
This is the error message I got after adding the single quotes, thanks for trying, I copied all codes directly from where the videos are. ( ! ) Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\wamp\www\tutorial\store.php on line 35
- Mon Mar 21, 2011 12:45 am
- Forum: Beginner Help and Support
- Topic: Browser MMO Tutorial
- Replies: -1
- Views: 4013
Re: Browser MMO Tutorial
this is useitem.php <?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; } $creature=$_GET['creature']; $playerinfo="SELECT * from players where nam...
- Mon Mar 21, 2011 12:44 am
- Forum: Beginner Help and Support
- Topic: Browser MMO Tutorial
- Replies: -1
- Views: 4013
Re: Browser MMO Tutorial
oops, firsts one was store.php this one is buyitem.php <?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; } $playerinfo="SELECT * from players whe...
- Mon Mar 21, 2011 12:41 am
- Forum: Beginner Help and Support
- Topic: Browser MMO Tutorial
- Replies: -1
- Views: 4013
Re: Browser MMO Tutorial
<?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$_SESSION['player']; } else { echo "Not Logged in <br><br> <A href='login.php'>Login</a>"; exit; } $creature=$_GET['creature']; $counter = 0; $playerinfo="SELECT * from players where name='$p...
- Sun Mar 20, 2011 9:06 pm
- Forum: Beginner Help and Support
- Topic: Browser MMO Tutorial
- Replies: -1
- Views: 4013
Browser MMO Tutorial
I just finished Video's 7 a,b,c; I have been fine up till now, but I buy and item from store and goto try and use it and it says nothing in inventory.
Any help would be appreciated.
Watcher
Any help would be appreciated.
Watcher
- Sun Feb 20, 2011 9:20 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083520
Re: Video#5
I am just starting this, everything has been fine till now, after I log in I get the goblin stats but none for the player just shows this.
Hit points =
Attack =
Defense =
Goblin
Hit points = 5
Attack = 3
Defense = 3
Attack!
Hit points =
Attack =
Defense =
Goblin
Hit points = 5
Attack = 3
Defense = 3
Attack!