2nd result.Php

<?php// 2. Base classclass User { public $name; public $email; function __construct($name, $email) { $this->name = $name; $this->email = $email; }}// 2. Subclassclass Student extends User { public $marks =…

1st index.php

<!DOCTYPE html><html><head>    <title>Student Grade Form</title></head><body>    <h2>Student Grade Form</h2>    <form action="result.php" method="post">        Name: <input type="text" name="name" required><br><br>        Email: <input type="email" name="email" required><br><br> …
Cv creating service

Customized CVs to Advance Your Career

Our CV Creation Services provide a comprehensive range of Customized CVstypes to suit any career stage and goal. Whether you're entering the job market, advancing in your field, or changing…