Question: Please help with the following PHP lab. Its working but its not showing certain things that need to be part of my lab to display

Please help with the following PHP lab. Its working but its not showing certain things that need to be part of my lab to display they are the following:
//4 items not displaying accordingly.
Found 3 'table' HTML tags, expecting a minimum of 5: no
Found 6'tr' HTML tags, expecting a minimum of 8: no
Looking for PHP method 'getFooter824' with '1' parameters: no ( parameter count is wrong )
Looking for PHP property '$coname1' with 'Vacay_R_Us': no ( property value is wrong, )
// need these 4 items to display correctly.
This is the code and please i need to use this same code just with the above portions being part of the display.
Fun Zone";
class Company679{
// Properties with specified visibility and initial values
public $coname1= 'Vacay _ R _ Us';
private $coaddr1='654 Oak Ct';
private $co_city1= 'Miami FL 33101';
// Method getHeader509 with two parameters (company name and color)
public function getHeader509($companyName, $color){
$company_name = "Fun Zone";
$company_name ="

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!