Search found 9 matches
- Tue Oct 16, 2012 3:42 pm
- Forum: Older Browser MMO Videos
- Topic: Battle.php (could not get player stats!)
- Replies: -1
- Views: 1465
Re: Battle.php (could not get player stats!)
Not working!! any other ideas ??
- Mon Oct 15, 2012 7:44 pm
- Forum: Older Browser MMO Videos
- Topic: Battle.php (could not get player stats!)
- Replies: -1
- Views: 1465
Battle.php (could not get player stats!)
If i go to /....battle.php it just shows me could not get player stats! Battle.php code is <?php include 'connect.php'; $playerinfo="SELECT * from players where name='player1'"; $playerinfo2=mysql_query($playerinfo)or die ("could not get player stats!"); $playerinfo3=mysql_fetch_...
- Sun Oct 14, 2012 11:01 am
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
I have done this already see ?php ?> <form method ="post" action="reguser.php"> Kasutaja nimi: <input type="text" name="player" site="21"><br> Parool: <input type="text" name="password" site="15"><br> Parool uuesti: <inp...
- Sat Oct 13, 2012 5:08 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
http://uksparimaid.webege.com/reguser.php try this you can se what is the problem
- Sat Oct 13, 2012 4:45 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
please do it yourself and then post the code
- Sat Oct 13, 2012 4:39 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
Ahh?? dont get what are u saying
- Sat Oct 13, 2012 4:26 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
I know now the problem is with my reguser plz tell me why the reguser script doesn't transfer me to register.php page <?php include 'connect.php'; ?> <form method ="post" action="reguser.php"> Type Username Here: <input type="text" name="player" size="21&...
- Sat Oct 13, 2012 4:08 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Re: Register.php error
No thats the script i have to go but it wont just stays on that other page .....
If you can ust overwrite this script and post it
If you can ust overwrite this script and post it
- Fri Oct 12, 2012 6:44 pm
- Forum: Coding
- Topic: Register.php error
- Replies: -1
- Views: 5460
Register.php error
The problem is that when i klick sumbit it stays on reguser.php page whats the problem Code is <?php include 'connect.php'; ?> <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email); if ($em...