Far Cry Posted May 30, 2010 Share Posted May 30, 2010 How would I go about making one of theese???? I REALLY need one for my site I have a users table and a login and reg system here is the user table DROP TABLE IF EXISTS users; CREATE TABLE users ( username varchar(30) primary key, password varchar(32), userid varchar(32), userlevel tinyint(1) unsigned not null, email varchar(50), timestamp int(11) unsigned not null ); Link to comment https://forums.phpfreaks.com/topic/203325-phpmysql-messaging-system/ Share on other sites More sharing options...
ghostcoder Posted May 30, 2010 Share Posted May 30, 2010 Do you have a specific question? Asking about a 'messaging system' is quite vague. Link to comment https://forums.phpfreaks.com/topic/203325-phpmysql-messaging-system/#findComment-1065251 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.