בעיה ב פונקציות FTP

fastwings

New member
בעיה ב פונקציות FTP

מה הבעיה פה לא מקבל אררור אבל גם לא מקבל תגובה $this->flk = ftp_connect($this->host,21,90); $login_result = ftp_login($this->flk, $this->user, $this->pass); if ((!$this->flk) || (!$login_result)) { echo "Error"; die();} else { echo 1; if (!ftp_chdir($this->flk, "/html/cpadmin/lines/")) { echo 2; ftp_mkdir($this->flk,$path); $path ="/lines/$name"; $sql = "INSERT INTO `line` ( `id` , `line_name` , `desc` , `path` , `website` ) VALUES ( '', '$name', '$desc' , '$path', '$wb' );"; $GLOBALS['sql']->query_sql($sql); return true; ftp_close($this->flk); } } }
 
למעלה