mirror of
				https://github.com/gabrielkheisa/tugas-pjpb.git
				synced 2025-11-03 22:39:21 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			285 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			285 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									include 'conn.php';
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
									$nama = $_POST['nama'];	
							 | 
						||
| 
								 | 
							
									$email = $_POST['email'];
							 | 
						||
| 
								 | 
							
									$password = $_POST['password'];
							 | 
						||
| 
								 | 
							
									$wallet = $_POST['wallet'];
							 | 
						||
| 
								 | 
							
									
							 | 
						||
| 
								 | 
							
									$connect->query("INSERT INTO profil (nama, email, password, wallet) VALUES ('".$nama."','".$email."','".$password."','".$wallet."')")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								?>
							 |