Search found 8 matches
- Mon Feb 27, 2012 3:18 pm
- Forum: Beginner Help and Support
- Topic: Really need help
- Replies: -1
- Views: 405
Really need help
i make all till video 11 and i have very bad wrong i need that stat panel can anyone send me his information i lose my and now i cant do it :@:@ ty
- Sat Feb 25, 2012 9:07 pm
- Forum: Beginner Help and Support
- Topic: Problem whit attack.php
- Replies: -1
- Views: 595
Re: Problem whit attack.php
Chris wrote:I'm guessing you meant to use curly braces?Code: Select all
if ($secondmod > 90)($secondmod = 90;)same applies for:Code: Select all
if ($secondmod > 90){ $secondmod = 90; }Code: Select all
if ($secondmod > 90)($secondmod = 90;)
the same problem
- Sat Feb 25, 2012 6:04 pm
- Forum: Beginner Help and Support
- Topic: Problem whit attack.php
- Replies: -1
- Views: 595
Problem whit attack.php
Sorry for post but i dont know where is my wrong :X Parse error: parse error in C:\wamp\www\tutorial\attack.php on line 74 ////////////////////////video 6/////////////////////// if ($playerinfo3['level'] > $creatureinfo3['level']) { $firstmod = $playerinfo3['level'] - $creatureinfo3['level']; $secon...
- Sat Feb 25, 2012 11:17 am
- Forum: Beginner Help and Support
- Topic: Could not query players
- Replies: -1
- Views: 1035
Re: Could not query players
it says Could not query players. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'selet name,password from players where name='Klimentovv' and '1aabac6d068eef6a7b' at line 1 what i should dO?
- Sat Feb 25, 2012 10:07 am
- Forum: Beginner Help and Support
- Topic: Could not query players
- Replies: -1
- Views: 1035
Could not query players
mm i have this problem it says Could not query players it must say Wrong username and password go back .. :roll: <?php include_once 'connect.php'; session_start(); if (isset($_POST['submit'])) { $player=$_POST['player']; $password=$_POST['password']; $player=strip_tags($player); $password=strip_tags...
- Thu Feb 23, 2012 10:27 am
- Forum: Beginner Help and Support
- Topic: Attack page problem [solved]
- Replies: -1
- Views: 819
Re: Problem
nvm i have just done it
ty for help
- Thu Feb 23, 2012 10:22 am
- Forum: Beginner Help and Support
- Topic: Attack page problem [solved]
- Replies: -1
- Views: 819
Re: Problem
mm no now
Notice: Undefined variable: _SESSION in C:\wamp\www\tutorial\battle.php on line 7
Hit points =
Attack =
Defense =
orc
Hit points = 10
Attack = 6
Defense = 6
Attack!
i use tutorial videos ..
Notice: Undefined variable: _SESSION in C:\wamp\www\tutorial\battle.php on line 7
Hit points =
Attack =
Defense =
orc
Hit points = 10
Attack = 6
Defense = 6
Attack!
i use tutorial videos ..
- Thu Feb 23, 2012 8:54 am
- Forum: Beginner Help and Support
- Topic: Attack page problem [solved]
- Replies: -1
- Views: 819
Attack page problem [solved]
Hi guyz.. i have a problem in battle.php . Hit points = Attack = Defense = goblin Hit points = 5 Attack = 3 Defense = 3 Attack! i don't see my stats why ?!? this is my code: <?php include 'connect.php'; $playerinfo="SELECT * from players where name='player'"; $playerinfo2=mysql_query($play...