I was looking at PhpHoo 'yahoo-like directory'
What is the  \p\g appended to the code mean?
I was thinking about using this...just don't understand how to implement the
appendages.

create database phpHoo\p\g

use phpHoo\p\g

create table Categories (
 CatID bigint(21) NOT NULL auto_increment,
 CatName varchar(32) NOT NULL,
 CatParent bigint(21),
 PRIMARY KEY (CatID),
 UNIQUE (CatName)
)\p\g

Russell Griechen
htttp://sportsmenafield.com


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to