[PHP] Easy one

2001-05-09 Thread TopFive
Is there a function to check of the existance of character x in string y which returns true or false only? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] PHPMyAdmin local Windows/Apache question

2001-05-08 Thread TopFive
Does anyone have experience using PHPMyAdmin running on a local server under Windows NT/2000? I've installed it, but when I load the index.php, I get a lot of PHP code displaying in my browser where my list of databases and tables should be. Thanks in advance, Chris W. -- PHP General

[PHP] MYSQLDUMP

2001-05-08 Thread TopFive
When I attempt to backup my database using MYSQLDUMP, I get repeated syntax error messages from MySQL. This is driving me nuts. I've even attempted the simplest form of the command I can muster: mysqldump mydatabasename dump.sql; Am I overlooking something dreadfully obvious here?

[PHP] PHP_AUTH_TYPE variable

2001-05-05 Thread TopFive
Has anyone been able to successfully use PHP_AUTH_TYPE? I've implemented PHP_AUTH_USER and PHP_AUTH_PW, but PHP_AUTH_TYPE doesn't seem to work. After assigning a value to it, on subsequent pages I get an Undefined variable message. I'm on PHP4 on an Apache server. Thanks in advance, Chris

[PHP] PHP_AUTH_TYPE variable, take II

2001-05-05 Thread TopFive
Upon further investigation, I've found that I'm having problems with all 3 of the authentication variable: PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE I was under the assumption that these 3 were automatically global variables, and that if I initialized them manually in one page, they'd be