04-19-2008, 02:04 AM
|
#10 (permalink)
|
|
The Addict
Join Date: Apr 2008
Posts: 200
Thanks: 18
|
Quote:
Originally Posted by Village Idiot
t3st, out of interest, do you use any punctuation besides "..."? And who taught you how to spell?
|
shame on me sorry if i bring my habit in this forum to cut words...its because i am used to it..:lol: and i will not do it again...again sorry..
@orc
thanks i already have my database structure
Code:
$tbl_news = "CREATE TABLE news_post (
id int(11) NOT NULL auto_increment,
title varchar(70) NOT NULL,
author varchar(50) NOT NULL,
post TEXT NOT NULL,
date DATETIME NOT NULL,
PRIMARY KEY(id))TYPE=MyISAM";
@mysql_query($tbl_news, $link)or die("Failed to create table");;
thanks though..
|
|
|
|