I'm having some problems with positioning rows. For example: Place | Username 1st | NateJ 2nd | RandomUser and so on... The above PHP gives out the input i wanted however, the positioning isn't quite right: Anyone know how to fix this problem? Any help is appreciated. Thanks, NateJ
have you sanitized your inputs like username just for a check, and im not quiet sure what u mean by position do you mean like align the text to the middle ?
I noticed you have a <center> tag inside one of the <td>s. I guess you wanna center the content of the table, but the <center> tag is not properly placed and written, furthermore - it's deprecated. Add: style='text-align: center' Code (markup): to your <td>s to center the content. You can also use left or right for the appropriate order (if you don't want the content in the center...).
I'm not talking about the alignment of the table, i'm talking about the: 2 2 3 Where it should be 1 2 3
If there is nothing wrong with the query, then init $pos=0 and replace $pos = $tsel5++; with $pos++; Otherwise, define the problem better.