List Of Javascript Funtion Names .... a Treat for a Newbie
Quick Reference to Function Names of Javascript Language
This Blog is a Treat for Beginner's in the Field Of Software and web Development. We post some tips and tricks for all developers and coders, so that the work of coding is ease till some level... We are also open to queries by people who are new in coding
mail()
function. In this tutorial I'll show you a complete, working example.<form action="sendmail.php" method="POST"> <b>Your name :</b> <input type="text" name="name"><br> <b>Your e-mail :</b> <input type="text" name="email"><br> <b>Message</b><br><textarea name="message"></textarea> <input type="submit" value="Send"><input type="reset" value="Clear"> </form>
Haters gonna hate!As the popular saying goes, haters gonna hate! PHP has been at the helm of the web as you know it and that’s for a very good reason. It’s a mature language, has excellent documentation and a massive number of learning resources along with a great variety of utilities built around it.
Returns the real IP address of a visitor, even when connecting via a proxy.
Using PHPMailer PHPMailer a powerful email transport class with a big features and small footprint that is simple to use and integrate into your own software.
<?php $from = 'USD'; /*change it to your required currencies */ $to = 'INR'; $url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s='. $from . $to .'=X'; $handle = @fopen($url, 'r');
<script type="text/javascript">
setTimeout(function(){
your_function_name();
}, 3000);
</script>
The above function “your_function_name()” will be called after 3 secondDocumentRoot "C:/xampp/htdocs/myproject1"So this will help us to point the localhost directly to myproject1 folder. In other words when you hit http://localhost/ you will get the contents of myproject1. If we had another site to be configured we need to change this DocumentRoot again and restart the apache.