Search found 12 matches
- Tue Oct 22, 2013 11:17 pm
- Forum: Older Browser MMO Videos
- Topic: 3b error with submitting
- Replies: -1
- Views: 1021
Re: 3b error with submitting
anyone have an idea of whats going on?
- Tue Oct 22, 2013 9:30 pm
- Forum: Older Browser MMO Videos
- Topic: 3b error with submitting
- Replies: -1
- Views: 1021
Re: 3b error with submitting
here i like you the site
http://www.christstruebride.com/worldof ... gister.php
im not getting an error is the problem, btw vahalla thanks for making the turoials, im learning alot
http://www.christstruebride.com/worldof ... gister.php
im not getting an error is the problem, btw vahalla thanks for making the turoials, im learning alot
- Tue Oct 22, 2013 8:59 pm
- Forum: Older Browser MMO Videos
- Topic: 3b error with submitting
- Replies: -1
- Views: 1021
Re: 3b error with submitting
and i f i dont enter data it doesnt run the print and error statements
- Tue Oct 22, 2013 8:22 pm
- Forum: Older Browser MMO Videos
- Topic: 3b error with submitting
- Replies: -1
- Views: 1021
3b error with submitting
when i submit my data it doesn't go in to the table. <?php include 'connect.php'; ?> <?php $player =$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=stript_tags($email); if ($email === "") { echo "You ...
- Tue Oct 22, 2013 6:41 pm
- Forum: Older Browser MMO Videos
- Topic: 3b submit problem
- Replies: -1
- Views: 430
3b submit problem
http://www.youtube.com/watch?v=d5tlUSl0xSQ&list=PL1B0F44D8EF52C1D2 <?php include 'connect.php' ?> <form method="post" action="reguser.php"> Username here: <input type= "text" name="player" size="21"> <br> Password Here: <input type'text' name='pa...
- Mon Oct 21, 2013 11:31 pm
- Forum: Beginner Help and Support
- Topic: Browser base game help
- Replies: -1
- Views: 2555
Re: Browser base game help
do you know gene howell's username
- Mon Oct 21, 2013 11:26 pm
- Forum: Beginner Help and Support
- Topic: Browser base game help
- Replies: -1
- Views: 2555
Re: Browser base game help
i changed that and still nothing
- Mon Oct 21, 2013 11:22 pm
- Forum: Beginner Help and Support
- Topic: Browser base game help
- Replies: -1
- Views: 2555
Re: Browser base game help
http://www.christstruebride.com/worldof ... onnect.php
this is what im getting when i simply call the $playerinfo = "Select * from players where name = 'player1'"
echo $playerinfo
this is what im getting when i simply call the $playerinfo = "Select * from players where name = 'player1'"
echo $playerinfo
- Mon Oct 21, 2013 11:16 pm
- Forum: Beginner Help and Support
- Topic: Browser base game help
- Replies: -1
- Views: 2555
Re: Browser base game help
it still does nothing i tried to echo out it ill try to query it on my connect server
- Mon Oct 21, 2013 11:06 pm
- Forum: Beginner Help and Support
- Topic: Browser base game help
- Replies: -1
- Views: 2555
Re: Browser base game help
Okay, change this:
$piayerinfo = "select * from players where name = 'player1'";
To this:
$playerinfo = "select * from players where name = 'player1'";
Epiales
Posts: 509
Joined: Wed Aug 14, 2013 8:38 pm
i dont see the diffrence?
$piayerinfo = "select * from players where name = 'player1'";
To this:
$playerinfo = "select * from players where name = 'player1'";
Epiales
Posts: 509
Joined: Wed Aug 14, 2013 8:38 pm
i dont see the diffrence?