Archive for the 'Programming' Category

How to send an e-mail with PHP Programming

<>Sending a mail from php is so simple with the mail function available from php. It mainly requires three parameters ,1. to Paramater : A string representing a mail address to whom the mail has to be sent.
2. Subject Parameter : A string representing the subject of the mail.
3. Message Parameter : A string representing […]

Power shell : Finally a powerful shell scripting for windows

Microsoft windows PowerShell is one of the most exciting new Scripting products to come out of Microsoft after a long time. It is both a new scripting language and a command-line shell.The code name “monad” is finally transformed into a windows power shell. People who have seen the demos have been extremely impressed by the […]