Php Shoutbox

androi67

New Member
Messages
2
Reaction score
0
Points
1
Hey Everybody.
I need help with a status/ shoutbox script .
I already have a login,register,and profile.
I want the shoutbox to have the user's username on it .
Ex
John : Blah
I want it to retrieve the users registered username
 

bradleyx

Member
Messages
108
Reaction score
1
Points
18
can u give a example of the code?

so we know what to work with to help u. i might be able to help if i can see what is coded for selecting the rows and results of the database. don't need the sql part. just field, and if its fetch_array($row[]) or fetch_object($row->field)
 
Top