Forum: MySQL Dec 29th, 2005 |
| Replies: 2 Views: 8,530 Hey all
What is with this query
$query = mysql_query("UPDATE `namitposts` SET `title` = '$topic' , `date` = '$date' ', `postee` = '$postee', `post` = '$post_text' , `ip` = '$ip' WHERE `id` =... |
Forum: MySQL Nov 28th, 2005 |
| Replies: 2 Views: 3,217 I have a databse in mysql and am looking to select the last 5 values in the database and there contence. How would i do this.
Will be using php to do this.
Thanks
There is an incramenting... |