I have a problem in PHP
Fatal error: Class not found in C:\xampp\htdocs.
In my sumber.php file theres a class Hope.
Please help me thanks
<?php
// include('cekSession.php');
?>
<div ui-content-for="title">
<span>Book APPT</span>
</div>
<div class="scrollable">
<div class="scrollable-content">
<div class="section">
<?php
$sumberData = new Hope();
$ListDoctor = $sumberData->getListDoctor();
print_r($a);
?>