cma
03-31-2005, 01:49 AM
i tried to solve an unbelievable problem and impossible to find a solution... and two of my friend who they are better than me and they have no idea why and what happen.
sample at http://www.narutocity.uni.cc/torrentcity/account-mail.php and just ingore language function.
log in as realone and password 123456 ( you can test send a pm to me as cwa)
you will notice subject is not there... nor from pm outbox or inbox when you recieved or send a pm i still wonder why. i would be great great appericate somone help me to find and slove this an unebelievable problem.
thank you for your time :)
slq of messages
---
CREATE TABLE `messages` (
`id` int(10) unsigned NOT NULL auto_increment,
`sender` int(10) unsigned NOT NULL default '0',
`receiver` int(10) unsigned NOT NULL default '0',
`added` datetime default NULL,
`subject` varchar(30) NOT NULL default '',
`msg` text,
`unread` enum('yes','no') NOT NULL default 'yes',
`poster` bigint(20) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `receiver` (`receiver`)
)
---
don't worry about function.php... i am sure it works fine.
account-mail.php
---
*got an error so please check attachment*
---
sample at http://www.narutocity.uni.cc/torrentcity/account-mail.php and just ingore language function.
log in as realone and password 123456 ( you can test send a pm to me as cwa)
you will notice subject is not there... nor from pm outbox or inbox when you recieved or send a pm i still wonder why. i would be great great appericate somone help me to find and slove this an unebelievable problem.
thank you for your time :)
slq of messages
---
CREATE TABLE `messages` (
`id` int(10) unsigned NOT NULL auto_increment,
`sender` int(10) unsigned NOT NULL default '0',
`receiver` int(10) unsigned NOT NULL default '0',
`added` datetime default NULL,
`subject` varchar(30) NOT NULL default '',
`msg` text,
`unread` enum('yes','no') NOT NULL default 'yes',
`poster` bigint(20) unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `receiver` (`receiver`)
)
---
don't worry about function.php... i am sure it works fine.
account-mail.php
---
*got an error so please check attachment*
---