What is RemoveLoad Educational Academy?

Removeload Educational Academy is a free online e-learning tutorial Portal and written in an easy way to learn a programming language for those students who want to learn programming language with a live example
there are many important topics covered on that site.


<!DOCTYPE html>
<html>
<head>
<title>PHP Editor</title>
</head>
<body>
<h1>Welcome PHP Editor</h1>
<?php
$msg='PHP code must be write into php tag and click on the "Run" button to view the result.';
echo $msg;
?>
</body>
</html>

Try PHP Editor

If you get this tutorial is good for you so please like a page on Facebook for motivating me.

I am working on another topic and will share it shortly