Search found 3 matches

by Jizphp_oh
Sun Jun 26, 2005 4:12 pm
Forum: PHP - Code
Topic: I need Help With This Code
Replies: 4
Views: 451

NO it was made for me by a friend, iam trying to get it working again for my website, but he wrote the mysql wrong :(

Iam try ing to learn PHP and MYsql
by Jizphp_oh
Sun Jun 26, 2005 1:15 pm
Forum: PHP - Code
Topic: I need Help With This Code
Replies: 4
Views: 451

DROP TABLE IF EXISTS content; CREATE TABLE content ( id int(10) NOT NULL auto_increment, name mediumtext NOT NULL, author int(8) NOT NULL default '0', catid int(8) NOT NULL default '1', date int(11) NOT NULL default '0', content mediumtext NOT NULL, `restrict` int(2) NOT NULL default '0', descripti...
by Jizphp_oh
Sun Jun 26, 2005 2:11 am
Forum: PHP - Code
Topic: I need Help With This Code
Replies: 4
Views: 451

I need Help With This Code

MySQL Query Error: DELETE FROM guests WHERE lastaction<1119791522 OR ip='69.150.130.176' Returned Error: Unknown column 'lastaction' in 'where clause'MySQL Query Error: SELECT guests.* FROM guests WHERE guests.lastaction > 1119791522 Returned Error: Unknown column 'guests.lastaction' in 'where claus...