Re: [PHP-DB] php.ini

2003-07-06 Thread Russell Griechen
i found that even i have not the php.ini in my SYSTEMROOT, php can still run ... why? Sometimes they place it in C:\winnt\php.ini search for php.ini and it will show if there is a file and where it is. Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] Normalize ...relationships

2003-03-21 Thread Russell Griechen
a table 'hound' contains ownerID, breederID. These both are to be normalized in a separate table as in: CREATE TABLE sportsmen ( sportsmenID bigint (10)notnull autoincrement, Question: How? based on a sportsman can be a owner, breeder, hunter, President, Senator, Governor etc; CREATE TABLE

[PHP-DB] Exploding Nodes Recursively

2003-02-01 Thread Russell Griechen
Explode all folders to all levels? A exploding nodes... A drop down lets user select number of generations and the execution shows the trees being populated... I have been trying to find the code to execute this MySql table Dogs: ID AutoNumber Primary Key RegName Text Sex Yes/No Dame Long Int

[PHP-DB] php includes for templates

2003-01-29 Thread Russell Griechen
Daniel Cardenas graciously offered the script but I can not develop the right syntax. see code at: http://sportsmenafield.com/index.txt Russell Griechen...trying to escape frames to a php include template. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-DB] Re: file upload and php (Not a begginer [sic]question!)

2002-10-15 Thread Russell Griechen
that you want uploaded and it will create any folders needed and fill or overwite any directories or files. Russell Griechen - Original Message - From: Paul Burney [EMAIL PROTECTED] I'm looking for a tool or script that could work like a direct ftp browser where you can select files

[PHP-DB] PMA Database ... not OK[ Documentation ]

2002-10-13 Thread Russell Griechen
to set up those privileges (using phpmyadmin as the database name, and pma as the controluser): GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma''localhost'; do not give any other user rights on this database. enter the databasename in $cfg['Servers'][$i]['pmadb'] Russell Griechen

[PHP-DB] Php-Beautify

2002-10-08 Thread Russell Griechen
This program says: Extract the files and put them in a directory, where they can be executed by PHP. My Php is in C:\Program Fileswhere should I extract these files to? Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Pedigree question

2002-10-06 Thread Russell Griechen
in a neat 5 generation tree. Is there any other alternatives? Animal ID Name Foal ID SireID DamID Russell Griechen htttp://sportsmenafield.com Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Pedigree question

2002-10-06 Thread Russell Griechen
Koifler sp? in a book is purported to have a solution for heirarchical display...but I am over budget now on this project so if any one has seen this book and could help I would appreciate the code...until I can afford the book. see the tables in the original post below. Russell Griechen htttp

Re: [PHP-DB] Pedigree question

2002-10-06 Thread Russell Griechen
category interests me...Somehow I need to add a Litter enrollment table which would document the various litters...sires and dams and the whelping date. Lets compare progress...huh? Russell Griechen htttp://sportsmenafield.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP-DB] Noob questions...

2002-10-02 Thread Russell Griechen
Try this http://www.mydomain.com/phpmyadmin/ and be ready with your password. Russell Griechen You should ask if your ISP has not already installed a phpMyAdmin that you can use - save you the bother. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-DB] table naming issues

2002-10-01 Thread Russell Griechen
Does anyone have any table-naming systems to keep tables grouped so that they will be more readily available in PhpMyAdmin's left column? maybe 001_contacts and 002_users for large databases supporting a CMS Russell Griechen htttp://sportsmenafield.com -- PHP Database Mailing List

[PHP-DB] Create database phpHoo\p\g

2002-09-28 Thread Russell Griechen
, 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

[PHP-DB] Breeders database

2002-09-25 Thread Russell Griechen
IF EXISTS parent; CREATE TABLE parent ( id bigint(21) NOT NULL auto_increment, sireid bigint(21) DEFAULT '0' NOT NULL, damid bigint(21) DEFAULT '0' NOT NULL, PRIMARY KEY (id) ); # # Dumping data for table 'parent' # Russell Griechen -- PHP Database Mailing List (http://www.php.net

[PHP-DB] PhpMyAdmin's File Manager and apps

2002-09-11 Thread Russell Griechen
Where are the downloads for these apps? Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Configuring www.phpmyadmin/config.inc.php

2002-08-31 Thread Russell Griechen
is displayed // at left frame Is controluser and control password the username and password of the domain? (ftp user/pass???) Is user and password the user and password of the Mysql database_name? Should config.inc.php be chmod 666 Russell Griechen

[PHP-DB] Create database

2002-08-27 Thread Russell Griechen
creating database: %s\n, mysql_error ()); } /*error Error MySQL said: You have an error in your SQL syntax near '$link = mysql_pconnect(\64.177.44.120\, \russgri\, \sportsme\) or' at line 1 Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-DB] Contact Database php_mysql

2002-03-27 Thread Russell Griechen
generations???*/ /*I will have a large server thus excess capacity, php, mysql, pop3, mailing lists...maybe I can reward some of my helpers down the road*/ Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Contact Database php_mysql

2002-03-27 Thread Russell Griechen
(houndid) Dam (houndid) Owner (contactid) Breeder (contactid) Colorid (20+ color combinations) Colorid Colorname Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Contact Database php_mysql

2002-03-26 Thread Russell Griechen
, Address_1,Address_2, [City] id Cityname id (al, ar etc) Statename [ZipCode] id Zip_Code Comment please, Russell Griechen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php