[PHP] MD5 System Password check with PHP

2003-08-26 Thread Chinmoy Barua
Hello everybody, I want to authenticate my user from web with PHP script. The user's passwords are stored in System as MD5 format (in /etc/shadow). Can anybody help me? - Chinmoy __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

[PHP] MAIL( ) - Send mail using another SMTP

2003-06-20 Thread Chinmoy Barua
Hello Everybody, I don't have sendmail/qmail on my web server where i installed PHP. But I want to send mails from web server using PHP. Can anybody tell me, how can i use another SMTP server to send mails? I don't like to change php.ini on my web server. Thank You, - Chinmoy

[PHP] Ascii to Decimal Converter

2003-06-05 Thread Chinmoy Barua
Hello Everybody, I need a PHP program to convert Ascii values to Decimal values. May i get heLp from anybody? Thank You, - Chinmoy __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com -- PHP General Mailing L

[PHP] convert seconds to hours, minutes, seconds

2003-06-03 Thread Chinmoy Barua
Hello everybody, I have a value 178607, which is stored as seconds. I like to convert it (178607 Secs) to Hours, Minutes and Seconds appropiatly. Can anybody help me supplying the code? Thank You, - Chinmoy __ Do you Yahoo!? Yahoo! Calendar - Free online calendar wi

[PHP] Great Opportunity for all group members!!!

2003-04-05 Thread Chinmoy Barua
Great Opportunity for all group members!!! Please Join its free!!! You will have $50 extra Bonuses and earnings only with sign up this progam. Bonuses and Earnings: A $50.00 sign-up bonus will be awarded to each new member of Platinum- Mails. This bonus will become payable when the member has

[PHP] passing values from one script to another script

2003-03-16 Thread Chinmoy Barua
Hello everybody, I want to pass a value, which came from a HTML form, to another PHP script. How can i do this? e.g.: $login - the value of this varriable is came from LOGIN.HTML to LOGIN.PHP. How can i pass the value of $login from LOGIN.PHP to PROCESS.PHP? Thank you, Chinmoy ---

[PHP] Verifying encrypted password from MySQL database with PHP

2003-03-05 Thread Chinmoy Barua
Hello, I have an user table where the username and passwords of the users are stored. The passwords are stored in encrypted format (the MySQL function 'ENCRYPT($password) is used for insertation). Now I want to varify username and password. For that, I have written the followin PHP code: ---