Re: [PHP-DB] Please Help Me! thanks!!

2001-11-11 Thread Denny Suvanto
Try using fsockopen() function : $file = fsockopen (www.yahoo.com, 80, $err_num, $err_msg, 30); You can find more informations about this fuction in http://www.php.net/manual/en/function.fsockopen.php May it help you. Andy www.mediahostnet.com --- G [EMAIL PROTECTED] wrote: Hello! i would

[PHP-DB] How to make it case sensitive?

2001-09-21 Thread Denny Suvanto
I have a web site backup with PHP MySQL. I write a script, so a member can log in into the member area. I build a database for the username, password, and some other information for the member. I set the username (which type is varchar) as the primary key. For the authentication scheme I use :