// a very simple calculator
if(isset($_GET['value1']))
{
$val1 = $_GET['value1'];
$val2 = $_GET['value2'];
$operand = $_GET['operand'];
eval('$result=' . $val1 . $operand . $val2);
?>Result: =$result?>}
?>
PHP is an Open Source Scripting Language. We can create Web Pages and Web Applications using PHP.
You can use phpMailer() Or, you can use mail() PHP function to send emails via PHP script.
You can create blog in php. In fact, many blogs on the internet created using php. There are many readymade blogs which you can install on your own server. Or, if you wish, you can create your own blog application. Simply, blog is a dynamic website (users can add, delete, update content) and PHP was designed for creation of dynamic websites.
PHP is used to create dynamic websites, this is a step up from HTML as it allows you to do much more than creating static websites. Using a language such as PHP also gives you access to using databases with your website such as MySQL.
A file with the DIV file extension is a DivX Movie file, it cannot be created with PHP. PHP is a web programming language for web site building.
If you are using PHP you could use this code: (In the <head>) <?php HEADER("Location: http://www.rasclerhys.com"); ?> That should automatically take you to "www.rasclerhys.com"
Maybe try mySQL or PHP?
Create an HTML form with METHOD="post" and ACTION="login2.php". In login2.php check if the entered username and password are correct. You can get the username with $_POST['name_of_username_input']. The same goes for the password.
how to create report in php
That question doesn't make much sense...delete for what?
PHP code blocks start with <?php and end with ?>.
I dont know about widget but using php you can create a form that will then email it to you. I would suggest you try a tutorial on http://www.tutorialized.com under php.