My last post may have been a little unclear,
I have attached the pages.

Thanks ...


>From: "Christopher Trewin" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [PHP-DB] INSERTING DATA into a MySQL DB
>Date: Tue, 31 Jul 2001 09:48:23 +1000
>
>Hi All,
>
>I am having a problem with Inserting Data from a generated form.
>To explain this clearly the code is listed below. There are three pages and
>a
>table in the db.
>
>When the sql statement is run, it ends at the INSERT clause.
>
>Any help would be appreciated ...
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
# phpMyAdmin MySQL-Dump
# version 2.2.0rc3
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# Host: ww2
# Generation Time: July 31, 2001, 9:39 am
# Server version: 3.23.25
# PHP Version: 4.0.2
# Database : test
# --------------------------------------------------------

#
# Table structure for table 'server'
#

CREATE TABLE server (
  server_type varchar(4) NOT NULL default '0',
  server_name varchar(10) NOT NULL default '0',
  server_intip varchar(15) NOT NULL default '0',
  server_intport int(5) NOT NULL default '0',
  server_protocol char(3) NOT NULL default '   '
) TYPE=MyISAM;



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to