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.
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
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?
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.
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.
how can i build sms send/receive application using PHP?.Is there anything I
need than php ?