mirror of
				https://github.com/Alamantus/Lexiconga.git
				synced 2025-11-04 02:07:05 +01:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								require_once("../required.php");
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$email = htmlspecialchars($_GET['email']);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if (EmailExists($email)) {
							 | 
						||
| 
								 | 
							
									echo "email exists";
							 | 
						||
| 
								 | 
							
								} else {
							 | 
						||
| 
								 | 
							
									echo "ok";
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								?>
							 |