[PHP-WIN] crypt() with decription

2007-12-03 Thread Nishantha Pradeep
I used php crypt() function to encript password (as a simple encryption) but how I decrypt that encrypted password because I want to send the password to the user when it requested.

[PHP-WIN] infinite loop

2007-11-21 Thread Nishantha Pradeep
I want to run an infinite loop when my webserver start up.I can put that loop inside my index.php but i have a few doubts 01)shoul someone request the insex.php in oreder to start the loop 02) if so,if 3 people request index.php,then will there be 3 infinite loop I

[PHP-WIN] barcode reading

2007-11-19 Thread Nishantha Pradeep
I have to use barcode reading facility in my project and I would like to know that is there any support from php to achieve this or what should o do?

[PHP-WIN] reading emails

2007-10-29 Thread Nishantha Pradeep
I am using a mail server (xammp murcury) in order to send emails.I can send emails using php mail() functions but I want to extract information from receiving emails.Is there any support from php,please let me know.

[PHP-WIN] time function

2007-10-18 Thread Nishantha Pradeep
I want to insert the loging time for a system and i used php "time()" function but it returns some big number.What is that big number and how I retrieve the current server or client time using php.

[PHP-WIN] sms service

2007-10-16 Thread Nishantha Pradeep
how can i build sms send/receive application using PHP?.Is there anything I need than php ?