Fetch Data or display data

$dataClass = new get_data;

  $getData = $dataClass->getData('jobs','*','','');

 if($getData->num_rows>0){

    while($row =$getData->fetch_assoc()){

        echo $row['word'].'<br>';

    }

 }

Comments

Popular posts from this blog

Battery discharging formula

HTML CSS JS Animated Sidebar Menu