Jump to content


Photo

Tabelas


  • Faça o login para participar
1 reply to this topic

#1 Akira_Xtreme

Akira_Xtreme

    Turista

  • Usuários
  • 27 posts
  • Sexo:Não informado

Posted 24/09/2003, 05:53

NOT FULL default.... etc...

alguem pode me explicar direito como criar uma tabela no db??

toh mto confuso hahahahhaa!!!!!!

valew!! :D

#2 Squall Robert

Squall Robert

    Mr. Squall - Mais Carne do que Osso (hihi)

  • Usuários
  • 507 posts
  • Sexo:Masculino
  • Localidade:Curitiba
  • Interesses:Php ... Php...Php

Posted 25/09/2003, 13:25

CREATE TABLE amigos (
id bigint(20) unsigned NOT NULL auto_increment,
nome varchar(60) NOT NULL default '0',
email varchar(150) NOT NULL default '0',
titulo varchar(60) NOT NULL default '0',
sessao varchar(60) NOT NULL default '0',
url varchar(200) NOT NULL default '0',
obs varchar(250) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;
<?php

$squall = new Squall();

$squall->Ajudando("você");

$resultado = $squall->solucao();  ?>




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq