엔지니어/Php (3) 썸네일형 리스트형 mysqli insert extract($_POST);echo $user_id.'';echo $user_pass.'';echo $user_email.''; $mysqli = new mysqli("localhost", "root", "password", "DB"); if ($mysqli->connect_errno) { echo "Failed to connect to MySQL: (" . $mysqli->connect_errno . ") " . $mysqli->connect_error; } $query="INSERT INTO `join` ( `id`, `pw`, `email` ) VALUES ( '$user_id', '$user_pass', '$user_e.. Client IP 문제(X-Forwarded-For) 해결 방안 Getting The Real IP Of Your UsersTags: aspc#coldfusionipjavajspperlphpprogrammingvb.netwebdevC#PHPJava and JSPASP/VBScriptColdFusionPerlThere are a lot of sites around the internet that try and get your IP address. Most of their reasons are legitimate. For example Google Adsense will log your IP to see where the user clicking the advert is from (and kick you off if its the same IP you logged int.. JSON Example(with php,mysql) 보호되어 있는 글입니다. 이전 1 다음