programa una calculadora en un archivo llamado "index.php" y tambien un formulario llamado "formulario.php" en sublime text 3
php echo " <!DOCTYPE html> <html> <head> <title>Calculator</title> </head> <body> <h1>Calculator</h1> <form action='calc.php' method='post'> <table> <tr> <td> <input type='text' name='num1' placeholder='Number 1' /> </td> <td> <input type='text' name='num2' placeholder='Number 2' /> </td>