[PHP-DB] PMA Database ... not OK General relation features Disabled

2006-03-10 Thread Nanu Kalmanovitz
Hi! Server system SBS (Novell Small Business suite) 6.5 sp 1 with MySQL ver. 4.0.15a, PHP 4.2.3, all of them on same machine. Using the phpMyAdmin to build a new DB, I observed the "PMA Database ... not OK General relation features Disabled " message. In the above message is a link to a page

[PHP-DB] PMA Database ... not OK General relation features Disabled

2006-03-10 Thread Nanu Kalmanovitz
Hi! Server system SBS (Novell Small Business suite) 6.5 sp 1 with MySQL ver. 4.0.15a, PHP 4.2.3, all of them on same machine. Using the phpMyAdmin to build a new DB, I observed the "PMA Database ... not OK General relation features Disabled " message. In the above message is a link to a page

[PHP-DB] PMA Database ... not OK General relation features Disabled

2006-03-10 Thread Nanu Kalmanovitz
Hi! Server system SBS (Novell Small Business suite) 6.5 sp 1 with MySQL ver. 4.0.15a, PHP 4.2.3, all of them on same machine. Using the phpMyAdmin to build a new DB, I observed the "PMA Database ... not OK General relation features Disabled " message. In the above message is a link to a page

Re: [PHP-DB] Passwords

2006-03-10 Thread Dusty Bin
Kosala Atapattu wrote: > Hi Ben, > >> I have created a user login/registration page. As of now I >> am using a MySQL database to store the info of the user. To >> validate the user I also have the password stored in the same >> DB. I was wondering if there is a way that I can store the >> p

Re: [PHP-DB] Passwords

2006-03-10 Thread Michael Crute
On 3/10/06, Dusty Bin <[EMAIL PROTECTED]> wrote: > One thing to remember, is that the password function is MySQL's way of > storing passwords for MySQL use, and that may change from one release of > MySQL to another. This happened very recently. If you want to store > application passwords, it is

RE: [PHP-DB] Passwords

2006-03-10 Thread Dwight Altman
>>Sure, mysql.com and seasrch for crypt. Not sure why this is asked on a >>PHP list since it has nothing to do with PHP. > b) every language has a crypt function Then I guess it's okay to have crypt questions/answers on "every language" list. -Original Message- From: JupiterHost.Net [ma

Re: [PHP-DB] Passwords

2006-03-10 Thread Micah Stevens
On Friday 10 March 2006 7:09 am, Michael Crute wrote: > On 3/10/06, Dusty Bin <[EMAIL PROTECTED]> wrote: > > One thing to remember, is that the password function is MySQL's way of > > storing passwords for MySQL use, and that may change from one release of > > MySQL to another. This happened very

RE: [PHP-DB] Database abuse help needed

2006-03-10 Thread Dwight Altman
Incorporating what Bastien said: $badWordsArray = array("these" ,"are", "bad", "words"); foreach($_POST as $key => $value){ if( in_array($value, $badWordsArray) ){ //$value was found in $badWordsArray } } http://us2.php.net/in_array -Original Message- From

Re: [PHP-DB] Passwords

2006-03-10 Thread Michael Crute
On 3/10/06, Micah Stevens <[EMAIL PROTECTED]> wrote: > On Friday 10 March 2006 7:09 am, Michael Crute wrote: > > On 3/10/06, Dusty Bin <[EMAIL PROTECTED]> wrote: > > > One thing to remember, is that the password function is MySQL's way of > > > storing passwords for MySQL use, and that may change f

Re: [PHP-DB] Passwords

2006-03-10 Thread JupiterHost.Net
Dwight Altman wrote: Sure, mysql.com and seasrch for crypt. Not sure why this is asked on a PHP list since it has nothing to do with PHP. b) every language has a crypt function Then I guess it's okay to have crypt questions/answers on "every language" list. Sure whatever, its just this

RE: [PHP-DB] Database abuse help needed

2006-03-10 Thread Chris Payne
Ahhh thank you everyone, I came up with the same solution - kind of, but I used about 5 more lines of code to achieve the same thing as below so I was on the same tracks just not quite as efficient :-) Chris Incorporating what Bastien said: $badWordsArray = array("these" ,"are", "bad", "words")

[PHP-DB] Excel to CSV

2006-03-10 Thread Nur_Adman
Dear All, Have you any script/example how to Save As Excel file to CSV using PHP? Thanks & Regards, Anita

Re: [PHP-DB] flash/php problem

2006-03-10 Thread Anthony Lee
Actually, I don't see why either method would work: The SWF is in a static HTML page. It requests an mp3, and loads it without having to refresh. So it needs an mp3 returned, not another SWF. Updating the DB from the SWF call sounds cool, but serverside wise requires the .htaccess updated to

[PHP-DB] unescape a string

2006-03-10 Thread Ron Piggott (PHP)
Is there a way to unescape a string once the command mysql_real_escape_string($variable); has been used on it? (This is to display it to the screen, instead of sending it to the database.) Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP-DB] FW: Excel to CSV

2006-03-10 Thread Nur_Adman
Dear All, Have you any script/example how to Save As Excel file to CSV using PHP? Thanks & Regards, Anita

Re: [PHP-DB] FW: Excel to CSV

2006-03-10 Thread chris smith
> Have you any script/example how to Save As Excel file to CSV using PHP? You don't need to repost your question if you don't get an immediate response. Going "file", "save as" is client side. PHP can't interact with excel like that. Create a VB macro or something to do it. -- Postgresql & php t

RE: [PHP-DB] FW: Excel to CSV

2006-03-10 Thread Nur_Adman
Thanks a lot for your response. Actually I reposted my message caused there was failure notice from [EMAIL PROTECTED] when sending my previous email. -Original Message- From: chris smith [mailto:[EMAIL PROTECTED] Sent: Saturday, March 11, 2006 2:12 PM To: Adman, Nur anita Cc: