| My site |
|
-- phpMyAdmin SQL Dump
-- version 3.1.3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 02, 2009 at 08:43 PM
-- Server version: 5.1.32
-- PHP Version: 5.2.9-1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `radio`
--
-- --------------------------------------------------------
--
-- Table structure for table `dedicatii`
--
CREATE TABLE IF NOT EXISTS `dedicatii` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nume` text NOT NULL,
`oras` text NOT NULL,
`cine` text NOT NULL,
`mesaj` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `dedicatii`
--
INSERT INTO `dedicatii` (`id`, `nume`, `oras`, `cine`, `mesaj`) VALUES
(1, 'test', 'test', 'test', 'test');
|
|
|
|
-- phpMyAdmin SQL Dump
-- version 3.1.3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 02, 2009 at 08:43 PM
-- Server version: 5.1.32
-- PHP Version: 5.2.9-1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `radio`
--
-- --------------------------------------------------------
--
-- Table structure for table `dedicatii`
--
CREATE TABLE IF NOT EXISTS `dedicatii` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nume` text NOT NULL,
`oras` text NOT NULL,
`cine` text NOT NULL,
`mesaj` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `dedicatii`
--
INSERT INTO `dedicatii` (`id`, `nume`, `oras`, `cine`, `mesaj`) VALUES
(1, 'test', 'test', 'test', 'test');
|