Hướng dẫn executeresult php - thi hành php

Show

#config.php


#DBHelper.php


#list.php






	Student List
	
	

	
	

	
	

	
	


	

Student List

'; } ?>
STT Full Name Age Address
'.($index++).' '.$row['fullname'].' '.$row['age'].' '.$row['address'].'

#register.php


 0) {
		$fullname = $data[0]['fullname'];
		$age      = $data[0]['age'];
		$address  = $data[0]['address'];
	}
}
?>




	Registation Form
	
	

	
	

	
	

	
	


	

Registation Form