Btw, could someone help me with this PHP code? It does not work >.<
Code:
mysql_query("INSERT INTO client_reported_bugs (Time,User,Host,Errortype,Version,Build,OS,ClientDCR,MUS_errorcode,Client_process_list,Client_errors,Neterr_cast,Neterr_res,Client_uptime) VALUES ('".$frametime."','".$name."','".$host."','".$et."','".$vs."','".$bu."','".$os."','".$cv."','".$me."','".$cpl."','".$ce."','".$nc."','".$Client_uptime."')") or die(mysql_error());
SQL database:
Code:
-- phpMyAdmin SQL Dump
-- version 2.11.7
-- http://www.phpmyadmin.net
--
-- Vert: localhost
-- Generert den: 24. Jul, 2008 klokka 13:23 PM
-- Tjenerversjon: 5.0.51
-- PHP-Versjon: 5.2.6
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `mainframe`
--
-- --------------------------------------------------------
--
-- Tabellstruktur for tabell `client_reported_bugs`
--
CREATE TABLE IF NOT EXISTS `client_reported_bugs` (
`Time` date NOT NULL,
`User` text NOT NULL,
`Host` text NOT NULL,
`Errortype` text NOT NULL,
`Version` text NOT NULL,
`Build` text NOT NULL,
`OS` text NOT NULL,
`ClientDCR` text NOT NULL,
`MUS_errorcode` text NOT NULL,
`Client_process_list` text NOT NULL,
`Client_errors` text NOT NULL,
`Neterr_cast` text NOT NULL,
`Neterr_res` text NOT NULL,
`Client_uptime` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dataark for tabell `client_reported_bugs`
--