Search found 7 matches
- Thu Jul 09, 2009 6:23 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 33437
Re: video#8
nice video again. You continue to amaze me.
- Tue Jul 07, 2009 8:57 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083339
Re: Video#5
here it is: <?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 name='$play...
- Tue Jul 07, 2009 6:45 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083339
Re: Video#5
i did that andi still get-Notice: Undefined index: id in C:\wamp\www\tutorial\useitem.php on line 21 heres part the code again $creature=$_GET['creature']; $playerinfo="SELECT * from players where name='$player'"; $playerinfo2=mysql_query($playerinfo) or die("could not get player stat...
- Tue Jul 07, 2009 1:15 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083339
Re: Video#5
i fixed that problem, but i hav a similar problem- $creature=$_GET['creature']; $randid=$_GET['randid']; $playerinfo="SELECT * from players where name='$player'"; $playerinfo2=mysql_query($playerinfo) or die("could not get player stats!" playerinfo3=mysql_fetch_array($playerinfo2...
- Tue Jul 07, 2009 1:02 pm
- Forum: Older Browser MMO Videos
- Topic: Whats needed next
- Replies: 95
- Views: 126210
Re: Whats needed next
ty halls im completely new to coding.
- Tue Jul 07, 2009 3:23 am
- Forum: Older Browser MMO Videos
- Topic: Whats needed next
- Replies: 95
- Views: 126210
Re: Whats needed next
is this a good logout.php? im a total begginer at this pls help. <?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']; $pla...
- Mon Jul 06, 2009 9:43 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083339
Re: Video#5
i get parse error for line 7 wats wrong with it i have checked a lot.
$player=$_POST['player'];
pls help me =)
$player=$_POST['player'];
pls help me =)