Velocd
08-07-2002, 01:12 AM
You know how in vB you can place $bbuserinfo[username] anywhere and it will output your username from the table user? Well, how can I apply this same effect for a new table? Say I create a table much like user, that I am going to store much of the same data user has in it. Call it newusertable. And I would like to use a new array called $bbuserinfonew with as many elements equal to the amount of columns I have in newusertable. Then after giving the array values, probably done in a while or for loop, I can use $bbuserinfonew[username], say, and it would output that user viewing data, from the new table.
How could this exactly be created? :rolleyes: I haven't had too much use with this kind of coding in PHP yet. :ermm:
If you understand what I'm asking and could help, it would be great! Even directing me to a place in the vB files that I can find a source to look at would be helpful. ;)
How could this exactly be created? :rolleyes: I haven't had too much use with this kind of coding in PHP yet. :ermm:
If you understand what I'm asking and could help, it would be great! Even directing me to a place in the vB files that I can find a source to look at would be helpful. ;)