View Single Post
Old 04-19-2008, 02:04 AM   #10 (permalink)
zxt3st
The Addict
 
zxt3st's Avatar
 
Join Date: Apr 2008
Posts: 200
Thanks: 18
zxt3st is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
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..
zxt3st is offline  
Reply With Quote