✏️ 正在编辑: ajax_user.php
路径:
/home/llpreacharge/public_html/LLPRECHARGE/Api/ajax_user.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'connection.php'; $userName = $_GET['userName']; $reUsr=mysqli_query($con,"select * from user where Userid='$userName'"); $UsrFound=mysqli_num_rows($reUsr); if($UsrFound<1) { echo "<p style='color:green;'>Username Is Available !</p>"; } else { echo "<p style='color:red;'>Username Already Exist!</p>"; } ?>
💾 保存文件
← 返回文件管理器