Advertising
advertising
related pastes to tag 'index'
- 1986310 - Untitled: mysql index collation
-
- SET names utf8;
- SELECT version();
- USE test
- DROP TABLE IF EXISTS t1;
- CREATE /* First, we use utf8_unicode_ci, from which our custom collation is derived. The returned rows are what we expect, but not what we want. */ TABLE t1 (
- id int UNSIGNED PRIMARY KEY AUTO_INCREMENT,
- t varchar(64) charset utf8 collate utf8_unicode_ci,
- INDEX t_idx (t)
- 1986293 - Mine: mysql index collation
-
- Welcome TO the MySQL monitor. Commands end WITH ; OR \g.
- Your MySQL connection id IS 186
- Server version: 5.0.51a-24+lenny4 (Debian)
- Type 'help;' OR '\h' FOR help. Type '\c' TO clear the buffer.
- (nick@localhost) [(none)]> SET names utf8;
- Query OK, 0 rows affected (0.00 sec)
- 1747489 - Page template - Tag Indexer tag wordpress index page template
- preview unavailable
- 1746118 - Tag index page template tag wordpress index page template
- preview unavailable
- 1730939 - Wordpress - Tag Index Page Templ tag wordpress index page template
- preview unavailable
- 847445 - WP theme header, index, and foot php index header footer navigation
- preview unavailable
- 833962 - index.php: index eyllgnei
-
- <?php get_header();?>
- <!-- this was to download zip file from offcicial theme's pagei left the image used, feel free to modify it-->
- <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
- <div class="post">
- <div class="postop"><div class="pheadfill"> </div></div>
- <div class="storycontent">
- <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a><span class="durum"><strong> <?php the_date_xml(); ?> <span class="date">@</span> <?php the_time() ?></strong></h3></span>
- 741187 - index.php index
- preview unavailable