You solve it, thank you.Lord Rahl wrote:Line 31 is missing a " ; ". May not solve the problem ref: hallsofvallhalla's post.
Search found 4 matches
- Sun Jun 16, 2013 7:41 pm
- Forum: Beginner Help and Support
- Topic: help with attack page :(
- Replies: -1
- Views: 2343
Re: help with attack page :(
- Fri Jun 14, 2013 1:45 pm
- Forum: Beginner Help and Support
- Topic: help with attack page :(
- Replies: -1
- Views: 2343
Re: help with attack page :(
its happend to me when i have regular php errors... just i have here problem and i cant see it ! <?php include "connect.php"; $playerinfo="SELECT * from players where name='player1'"; $playerinfo2=mysql_query($playerinfo); $playerinfo3=mysql_fetch_array($playerinfo2); if(isset($_...
- Fri Jun 14, 2013 12:54 pm
- Forum: Beginner Help and Support
- Topic: help with attack page :(
- Replies: -1
- Views: 2343
Re: help with attack page :(
500 HTTP (Internal Server Error):
the page is not work..
the page is not work..
- Fri Jun 14, 2013 12:29 pm
- Forum: Beginner Help and Support
- Topic: help with attack page :(
- Replies: -1
- Views: 2343
help with attack page :(
i have problem in my code.. the page is not work.. somone can tell me where the problem ? the code - <?php include "connect.php"; $playerinfo="SELECT * from players where name='player1'"; $playerinfo2=mysql_query($playerinfo); $playerinfo3=mysql_fetch_array($playerinfo2); if(isse...