The Time Warp (MySQL & PHP MMO)

C++, C#, Java, PHP, ect...
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: The Time Warp (MySQL & PHP MMO)

Post by hallsofvallhalla »

header( 'refresh: 5; url=wherever' );
echo 'You will be re-directed in 5 seconds...';
User avatar
Torniquet
Posts: 869
Joined: Sun Aug 02, 2009 6:18 am

Re: The Time Warp (MySQL & PHP MMO)

Post by Torniquet »

ahhh smart man :)

thanks
New Site Coming Soon! Stay tuned :D
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: The Time Warp (MySQL & PHP MMO)

Post by SpiritWebb »

hallsofvallhalla wrote:header( 'refresh: 5; url=wherever' );
echo 'You will be re-directed in 5 seconds...';
Thanks, what I was looking for!! :D
Image

Image
User avatar
Torniquet
Posts: 869
Joined: Sun Aug 02, 2009 6:18 am

Re: The Time Warp (MySQL & PHP MMO)

Post by Torniquet »

SpiritWebb wrote:
hallsofvallhalla wrote:header( 'refresh: 5; url=wherever' );
echo 'You will be re-directed in 5 seconds...';
Thanks, what I was looking for!! :D
lies. you only wanted it because i wanted it :(
New Site Coming Soon! Stay tuned :D
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: The Time Warp (MySQL & PHP MMO)

Post by SpiritWebb »

Torniquet wrote:
SpiritWebb wrote:
hallsofvallhalla wrote:header( 'refresh: 5; url=wherever' );
echo 'You will be re-directed in 5 seconds...';
Thanks, what I was looking for!! :D
lies. you only wanted it because i wanted it :(

HAHA...w/e...

Note: See previous post asking about re-directing!! HAHA...you wanted it cause I wanted it...whose lying now!! LOL!! :p
Image

Image
User avatar
Torniquet
Posts: 869
Joined: Sun Aug 02, 2009 6:18 am

Re: The Time Warp (MySQL & PHP MMO)

Post by Torniquet »

ME!!!!! :p
New Site Coming Soon! Stay tuned :D
User avatar
neronix17
Posts: 317
Joined: Sat Aug 01, 2009 5:01 am

Re: The Time Warp (MySQL & PHP MMO)

Post by neronix17 »

ok I have a problem, big one, when I try to login, the password field can be ANYTHING as long as the username is right, how can i fix that?
This isnt just a gimp mask...This is an S&M gimp mask...
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: The Time Warp (MySQL & PHP MMO)

Post by hallsofvallhalla »

can we see the code, if you happen to copy and paste from my video then there is a problem. I made the same mistake on the videos and in the query where it says name = $name AND $password

it should be
name = $name AND password = $password
User avatar
neronix17
Posts: 317
Joined: Sat Aug 01, 2009 5:01 am

Re: The Time Warp (MySQL & PHP MMO)

Post by neronix17 »

thatle be it then :lol: il change it and let you know if it works

EDIT: yep that was what it was :D thanks halls
This isnt just a gimp mask...This is an S&M gimp mask...
Post Reply

Return to “Coding”