I found out what the issue was with both of the first one the table name i had set was wrong and the second one i never put the query underneath the input array.
Search found 5 matches
- Wed Jun 09, 2010 10:58 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 43469
Re: Video#3
debugged and fixed em both Rastan
.
I found out what the issue was with both of the first one the table name i had set was wrong and the second one i never put the query underneath the input array.
I found out what the issue was with both of the first one the table name i had set was wrong and the second one i never put the query underneath the input array.
- Wed Jun 09, 2010 5:12 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 43469
Re: Video#3
Ok Double post BUT theres a new problem its not being entered into the DB.??
*edit* Solved it forgot to put the query after the SQL INPUT sequence.
*edit* Solved it forgot to put the query after the SQL INPUT sequence.
- Wed Jun 09, 2010 4:46 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #3
- Replies: 78
- Views: 43469
Re: Video#3
Ok, this is the error im getting which is my own error i might add "Could Not Query Players table" and here's my code <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email); if ($e...
- Tue Jun 08, 2010 4:30 pm
- Forum: Older Browser MMO Videos
- Topic: Wamp Server Doesn't Start?
- Replies: 5
- Views: 1030
Re: Wamp Server Doesn't Start?
I feel stupid now. Umm i restarted and it worked...sometimes the simplest answer is the usually the right one ;P.
- Tue Jun 08, 2010 2:36 pm
- Forum: Older Browser MMO Videos
- Topic: Wamp Server Doesn't Start?
- Replies: 5
- Views: 1030
Wamp Server Doesn't Start?
Umm, When i try to run wamp server it goes yellow and doesn't get past that point. I have no Anti-Virus or anything like that enabled or firewall. Like localhost doesn't show up etc. etc. I'm gunna try forwarding port 80 but other then that i can't find anything that could help me? *Edit* Port Forwa...