PHP Classes

File: tona_icon.sql

Recommend this page to a friend!
  Classes of Tonacho   Tona Smileys   tona_icon.sql   Download  
File: tona_icon.sql
Role: Auxiliary data
Content type: text/plain
Description: Mysql Table
Class: Tona Smileys
Replaces smiley tags with images defined in MySQL
Author: By
Last change: a
Date: 20 years ago
Size: 646 bytes
 

Contents

Class file image Download
# phpMyAdmin MySQL-Dump # version 2.4.0 # http://www.phpmyadmin.net/ (download page) # # Servidor: localhost # Tiempo de generación: 19-11-2003 a las 00:43:01 # Versión del servidor: 4.0.13 # Versión de PHP: 4.3.2 # Base de datos : `tonachadas` # -------------------------------------------------------- # # Estructura de tabla para la tabla `tona_icon` # CREATE TABLE `tona_icon` ( `smilies_id` bigint(20) NOT NULL auto_increment, `code` varchar(20) NOT NULL default '', `url_smilie` varchar(100) NOT NULL default '', `description` varchar(100) NOT NULL default '', PRIMARY KEY (`smilies_id`) ) TYPE=MyISAM;