Help php and mysql please?

  • Thread starter Thread starter Albert L
  • Start date Start date
A

Albert L

Guest
hey i'm trying to know the next code please help me
ok here is
i want to create a php code that add a icon automatic to a X data from a table and then i want the icon to disappears in a X time i hope that i explain my self cuz i don't know much english

well what i what is the next thing
for example if i add a video i want a icon to appear saying that is new

o hope that some body can help me

thanks and sorry for my english
i wish to have any source or code to make my self clear but i dont
the only think that i can give u guis is this
the example of the table

CREATE TABLE `members` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(100) default NULL,
`vid_url` varchar(100) default NULL,
`dis` varchar(100) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

ant i want to create other table or able that show a icon saying that is new and the i con to code to disappears like about in a week
that is all i can say i will appreciate if some body can give me a example
 
Back
Top