Jump to content
php.lv forumi

invalid use


sliede

Recommended Posts

ievadu SQL tabulu pēc šādiem parametriem

 

-- phpMyAdmin SQL Dump
-- version 3.1.3
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 05, 2009 at 02:58 AM
-- Server version: 5.0.70
-- PHP Version: 5.2.8-pl2-gentoo

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

-- --------------------------------------------------------

--
-- Table structure for table `donors`
--

CREATE TABLE IF NOT EXISTS `donors` (
 `id` int(10) NOT NULL auto_increment,
 `nick` varchar(150) NOT NULL,
 `price` varchar(10) NOT NULL,
 `time` datetime NOT NULL,
 PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2;

--
-- Dumping data for table `donors`
--

INSERT INTO `donors` (`id`, `nick`, `price`, `time`) VALUES
(1, 'unknown', '15', '2009-03-05 02:43:45');

 

 

 

Un iznākums - ldqso7aar1nffg8wk1ic.png

 

Es nezinu kas varētu būt par vainu..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...