You need to start doing some debugging. Make your ActionScript display everything from the PHP file, and start making the PHP file echo out everything that you can. There is no magic solution... You HAVE to put forth some effort.
Hey volectricity I did alot of testing and I realize that it keep returning me the same value for both the uname and uid:
uid=Khali Signh&uname=Kha li Signh&
this is what I get what is wrong with it I don't know why the uid is displaying the same value as the uname when it should be displaying uid
Quick, what's the difference between if and while?
The answer to that question is the reason why you're only getting one record.
If you don't know the answer to that question, you might want to consider picking up a PHP programming book, or else have a look at PHP Control Structures.
Quick, what's the difference between if and while?
The answer to that question is the reason why you're only getting one record.
If you don't know the answer to that question, you might want to consider picking up a PHP programming book, or else have a look at PHP Control Structures.
Hey pbmods I noe the different between the if and while if just loop through 1 record while loop through all the record until that is no matching result but I try both using if and while it still return me the same thing
Comment