Re: [PHP] how to rename a database

2001-01-24 Thread Chris Doyle
Prehaps you can rename the database file in mysql/bin ie. database_name.sql to new_database_name.sql and that will work? ___ This email may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by ot

[PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
Hi, when I declare the varible $cid like this "http://myserver/index.php?cid=1" it works fine, but when i declare it in the code like this $cid = '1'; it doesn't work... is this maybe because of the level i declare the varible? how to i declare it the same as "http://myserver/index.php?cid=1

Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
Doesn't work still in my function i put a die($cid); and it doesn't display anything value - Original Message - From: "Chris Anderson" <[EMAIL PROTECTED]> To: "Chris Doyle" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]&

Re: [PHP] [php] Varible declaration

2001-03-23 Thread Chris Doyle
no problem i have got it now.. needed to declare it global. - Original Message - From: "Chris Anderson" <[EMAIL PROTECTED]> To: "Chris Doyle" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Friday, March 23, 2001 6:40 AM Subject